Home
last modified time | relevance | path

Searched refs:filetype (Results 1 – 25 of 28) sorted by relevance

12

/linux-6.12.1/fs/xfs/
Dxfs_dir2_readdir.c34 uint8_t filetype) in xfs_dir3_get_dtype() argument
39 if (filetype >= XFS_DIR3_FT_MAX) in xfs_dir3_get_dtype()
42 return xfs_dir3_filetype_table[filetype]; in xfs_dir3_get_dtype()
106 uint8_t filetype; in xfs_dir2_sf_getdents() local
117 filetype = xfs_dir2_sf_get_ftype(mp, sfep); in xfs_dir2_sf_getdents()
126 xfs_dir3_get_dtype(mp, filetype))) in xfs_dir2_sf_getdents()
184 uint8_t filetype; in xfs_dir2_block_getdents() local
209 filetype = xfs_dir2_data_get_ftype(dp->i_mount, dep); in xfs_dir2_block_getdents()
222 xfs_dir3_get_dtype(dp->i_mount, filetype))) in xfs_dir2_block_getdents()
385 uint8_t filetype; in xfs_dir2_leaf_getdents() local
[all …]
/linux-6.12.1/fs/
Dfs_types.c37 unsigned char fs_ftype_to_dtype(unsigned int filetype) in fs_ftype_to_dtype() argument
39 if (filetype >= FT_MAX) in fs_ftype_to_dtype()
42 return fs_dtype_by_ftype[filetype]; in fs_ftype_to_dtype()
/linux-6.12.1/tools/net/sunrpc/xdrgen/tests/
Dtest.x19 union filetype switch (filekind kind) {
33 filetype type; /* info about file */
/linux-6.12.1/fs/adfs/
Ddir.c227 u16 filetype = adfs_filetype(obj->loadaddr); in adfs_object_fixup() local
229 if (filetype != ADFS_FILETYPE_NONE) { in adfs_object_fixup()
231 obj->name[obj->name_len++] = hex_asc_lo(filetype >> 8); in adfs_object_fixup()
232 obj->name[obj->name_len++] = hex_asc_lo(filetype >> 4); in adfs_object_fixup()
233 obj->name[obj->name_len++] = hex_asc_lo(filetype >> 0); in adfs_object_fixup()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_dir2_sf.c482 xfs_dir2_sf_put_ftype(mp, sfep, args->filetype); in xfs_dir2_sf_addname_easy()
568 xfs_dir2_sf_put_ftype(mp, sfep, args->filetype); in xfs_dir2_sf_addname_hard()
711 uint8_t filetype; in xfs_dir2_sf_verify() local
766 filetype = xfs_dir2_sf_get_ftype(mp, sfep); in xfs_dir2_sf_verify()
767 if (filetype >= XFS_DIR3_FT_MAX) in xfs_dir2_sf_verify()
868 args->filetype = XFS_DIR3_FT_DIR; in xfs_dir2_sf_lookup()
878 args->filetype = XFS_DIR3_FT_DIR; in xfs_dir2_sf_lookup()
896 args->filetype = xfs_dir2_sf_get_ftype(mp, sfep); in xfs_dir2_sf_lookup()
1082 xfs_dir2_sf_put_ftype(mp, sfep, args->filetype); in xfs_dir2_sf_replace()
Dxfs_dir2.c351 args->filetype = name->type; in xfs_dir_createname()
446 args->filetype = name->type; in xfs_dir_lookup()
514 args->filetype = name->type; in xfs_dir_removename()
574 args->filetype = name->type; in xfs_dir_replace()
Dxfs_da_btree.h69 uint8_t filetype; /* filetype of inode for directories */ member
Dxfs_dir2.h276 unsigned char xfs_dir3_get_dtype(struct xfs_mount *mp, uint8_t filetype);
Dxfs_dir2_block.c580 xfs_dir2_data_put_ftype(dp->i_mount, dep, args->filetype); in xfs_dir2_block_addname()
672 args->filetype = xfs_dir2_data_get_ftype(dp->i_mount, dep); in xfs_dir2_block_lookup()
902 xfs_dir2_data_put_ftype(dp->i_mount, dep, args->filetype); in xfs_dir2_block_replace()
Dxfs_dir2_leaf.c922 xfs_dir2_data_put_ftype(dp->i_mount, dep, args->filetype); in xfs_dir2_leaf_addname()
1252 args->filetype = xfs_dir2_data_get_ftype(dp->i_mount, dep); in xfs_dir2_leaf_lookup()
1586 xfs_dir2_data_put_ftype(dp->i_mount, dep, args->filetype); in xfs_dir2_leaf_replace()
Dxfs_dir2_node.c899 args->filetype = xfs_dir2_data_get_ftype(mp, dep); in xfs_dir2_leafn_lookup_for_entry()
1985 xfs_dir2_data_put_ftype(dp->i_mount, dep, args->filetype); in xfs_dir2_node_addname_int()
2222 ftype = args->filetype; in xfs_dir2_node_replace()
/linux-6.12.1/Documentation/filesystems/
Dadfs.rst66 Owner read and filetype UnixExec -> ---x--x--x
72 Other read and filetype UnixExec -> ---x--x--x
77 not a UnixExec filetype, then the permissions will be::
/linux-6.12.1/usr/
Dgen_initramfs.sh44 filetype() { function
95 local ftype=$(filetype "${location}")
/linux-6.12.1/include/linux/
Dfs_types.h71 extern unsigned char fs_ftype_to_dtype(unsigned int filetype);
/linux-6.12.1/drivers/crypto/intel/qat/qat_common/
Dicp_qat_hw.h376 algo, depth, filetype) \ argument
385 (((filetype) & QAT_COMPRESSION_FILE_TYPE_MASK) << \
/linux-6.12.1/security/
Ddevice_cgroup.c611 int filetype, char *buffer) in devcgroup_update_access() argument
629 switch (filetype) { in devcgroup_update_access()
743 switch (filetype) { in devcgroup_update_access()
/linux-6.12.1/sound/pci/hda/
Dcs35l56_hda.c423 const char *filetype) in cs35l56_hda_request_firmware_file() argument
430 system_name, amp_name, filetype); in cs35l56_hda_request_firmware_file()
433 system_name, filetype); in cs35l56_hda_request_firmware_file()
435 *filename = kasprintf(GFP_KERNEL, "%s.%s", base_name, filetype); in cs35l56_hda_request_firmware_file()
Dcs35l41_hda.c164 int spkid, const char *filetype) in cs35l41_request_firmware_file() argument
173 ssid, spkid, amp_name, filetype); in cs35l41_request_firmware_file()
177 ssid, spkid, filetype); in cs35l41_request_firmware_file()
181 ssid, amp_name, filetype); in cs35l41_request_firmware_file()
185 ssid, filetype); in cs35l41_request_firmware_file()
189 filetype); in cs35l41_request_firmware_file()
/linux-6.12.1/fs/jfs/
Dnamei.c625 int filetype; in commitZeroLink() local
630 filetype = ip->i_mode & S_IFMT; in commitZeroLink()
631 switch (filetype) { in commitZeroLink()
642 assert(filetype != S_IFDIR); in commitZeroLink()
/linux-6.12.1/fs/xfs/scrub/
Dreaddir.c319 .filetype = name->type, in xchk_dir_lookup()
/linux-6.12.1/samples/hid/
DMakefile246 $(LLC) -march=bpf $(LLC_FLAGS) -filetype=obj -o $@
/linux-6.12.1/sound/soc/codecs/
Dwm_adsp.c734 const char *filetype) in wm_adsp_request_firmware_file() argument
749 asoc_component_prefix, filetype); in wm_adsp_request_firmware_file()
753 filetype); in wm_adsp_request_firmware_file()
756 wm_adsp_fw[dsp->fw].file, filetype); in wm_adsp_request_firmware_file()
/linux-6.12.1/fs/ext4/
Dext4.h2143 EXT4_FEATURE_INCOMPAT_FUNCS(filetype, FILETYPE) in EXT4_FEATURE_COMPAT_FUNCS()
2854 static inline unsigned char get_dtype(struct super_block *sb, int filetype) in get_dtype() argument
2856 if (!ext4_has_feature_filetype(sb) || filetype >= EXT4_FT_MAX) in get_dtype()
2859 return ext4_filetype_table[filetype]; in get_dtype()
/linux-6.12.1/samples/bpf/
DMakefile413 $(LLC) -march=bpf $(LLC_FLAGS) -filetype=obj -o $@
/linux-6.12.1/Documentation/filesystems/ext4/
Ddirectory.rst29filetype” feature flag is not set, in which case it uses

12