/linux-6.12.1/fs/xfs/ |
D | xfs_dir2_readdir.c | 34 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/ |
D | fs_types.c | 37 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/ |
D | test.x | 19 union filetype switch (filekind kind) { 33 filetype type; /* info about file */
|
/linux-6.12.1/fs/adfs/ |
D | dir.c | 227 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/ |
D | xfs_dir2_sf.c | 482 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()
|
D | xfs_dir2.c | 351 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()
|
D | xfs_da_btree.h | 69 uint8_t filetype; /* filetype of inode for directories */ member
|
D | xfs_dir2.h | 276 unsigned char xfs_dir3_get_dtype(struct xfs_mount *mp, uint8_t filetype);
|
D | xfs_dir2_block.c | 580 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()
|
D | xfs_dir2_leaf.c | 922 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()
|
D | xfs_dir2_node.c | 899 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/ |
D | adfs.rst | 66 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/ |
D | gen_initramfs.sh | 44 filetype() { function 95 local ftype=$(filetype "${location}")
|
/linux-6.12.1/include/linux/ |
D | fs_types.h | 71 extern unsigned char fs_ftype_to_dtype(unsigned int filetype);
|
/linux-6.12.1/drivers/crypto/intel/qat/qat_common/ |
D | icp_qat_hw.h | 376 algo, depth, filetype) \ argument 385 (((filetype) & QAT_COMPRESSION_FILE_TYPE_MASK) << \
|
/linux-6.12.1/security/ |
D | device_cgroup.c | 611 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/ |
D | cs35l56_hda.c | 423 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()
|
D | cs35l41_hda.c | 164 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/ |
D | namei.c | 625 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/ |
D | readdir.c | 319 .filetype = name->type, in xchk_dir_lookup()
|
/linux-6.12.1/samples/hid/ |
D | Makefile | 246 $(LLC) -march=bpf $(LLC_FLAGS) -filetype=obj -o $@
|
/linux-6.12.1/sound/soc/codecs/ |
D | wm_adsp.c | 734 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/ |
D | ext4.h | 2143 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/ |
D | Makefile | 413 $(LLC) -march=bpf $(LLC_FLAGS) -filetype=obj -o $@
|
/linux-6.12.1/Documentation/filesystems/ext4/ |
D | directory.rst | 29 “filetype” feature flag is not set, in which case it uses
|