/linux-6.3-rc2/fs/xfs/ |
A D | xfs_dir2_readdir.c | 33 uint8_t filetype) in xfs_dir3_get_dtype() argument 38 if (filetype >= XFS_DIR3_FT_MAX) in xfs_dir3_get_dtype() 41 return xfs_dir3_filetype_table[filetype]; in xfs_dir3_get_dtype() 107 uint8_t filetype; in xfs_dir2_sf_getdents() local 118 filetype = xfs_dir2_sf_get_ftype(mp, sfep); in xfs_dir2_sf_getdents() 125 xfs_dir3_get_dtype(mp, filetype))) in xfs_dir2_sf_getdents() 183 uint8_t filetype; in xfs_dir2_block_getdents() local 220 xfs_dir3_get_dtype(dp->i_mount, filetype))) in xfs_dir2_block_getdents() 382 uint8_t filetype; in xfs_dir2_leaf_getdents() local 463 filetype = xfs_dir2_data_get_ftype(mp, dep); in xfs_dir2_leaf_getdents() [all …]
|
/linux-6.3-rc2/fs/ |
A 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.3-rc2/tools/testing/selftests/tc-testing/ |
A D | Makefile | 10 PROBE := $(shell $(LLC) -march=bpf -mcpu=probe -filetype=null /dev/null 2>&1) 28 $(LLC) -march=bpf -mcpu=$(CPU) $(LLC_FLAGS) -filetype=obj -o $@
|
/linux-6.3-rc2/fs/adfs/ |
A 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.3-rc2/fs/xfs/libxfs/ |
A D | xfs_dir2_sf.c | 487 xfs_dir2_sf_put_ftype(mp, sfep, args->filetype); in xfs_dir2_sf_addname_easy() 577 xfs_dir2_sf_put_ftype(mp, sfep, args->filetype); in xfs_dir2_sf_addname_hard() 724 uint8_t filetype; in xfs_dir2_sf_verify() local 784 filetype = xfs_dir2_sf_get_ftype(mp, sfep); in xfs_dir2_sf_verify() 785 if (filetype >= XFS_DIR3_FT_MAX) in xfs_dir2_sf_verify() 889 args->filetype = XFS_DIR3_FT_DIR; in xfs_dir2_sf_lookup() 899 args->filetype = XFS_DIR3_FT_DIR; in xfs_dir2_sf_lookup() 917 args->filetype = xfs_dir2_sf_get_ftype(mp, sfep); in xfs_dir2_sf_lookup() 1105 xfs_dir2_sf_put_ftype(mp, sfep, args->filetype); in xfs_dir2_sf_replace()
|
A D | xfs_dir2.c | 282 args->filetype = name->type; in xfs_dir_createname() 378 args->filetype = name->type; in xfs_dir_lookup() 450 args->filetype = name->type; in xfs_dir_removename() 511 args->filetype = name->type; in xfs_dir_replace()
|
A D | xfs_da_btree.h | 59 uint8_t filetype; /* filetype of inode for directories */ member
|
A D | xfs_dir2.h | 246 unsigned char xfs_dir3_get_dtype(struct xfs_mount *mp, uint8_t filetype);
|
A D | xfs_dir2_block.c | 573 xfs_dir2_data_put_ftype(dp->i_mount, dep, args->filetype); in xfs_dir2_block_addname() 665 args->filetype = xfs_dir2_data_get_ftype(dp->i_mount, dep); in xfs_dir2_block_lookup() 895 xfs_dir2_data_put_ftype(dp->i_mount, dep, args->filetype); in xfs_dir2_block_replace()
|
A D | xfs_dir2_leaf.c | 870 xfs_dir2_data_put_ftype(dp->i_mount, dep, args->filetype); in xfs_dir2_leaf_addname() 1200 args->filetype = xfs_dir2_data_get_ftype(dp->i_mount, dep); in xfs_dir2_leaf_lookup() 1531 xfs_dir2_data_put_ftype(dp->i_mount, dep, args->filetype); in xfs_dir2_leaf_replace()
|
A D | xfs_dir2_node.c | 889 args->filetype = xfs_dir2_data_get_ftype(mp, dep); in xfs_dir2_leafn_lookup_for_entry() 1974 xfs_dir2_data_put_ftype(dp->i_mount, dep, args->filetype); in xfs_dir2_node_addname_int() 2211 ftype = args->filetype; in xfs_dir2_node_replace()
|
/linux-6.3-rc2/usr/ |
A D | gen_initramfs.sh | 43 filetype() { function 94 local ftype=$(filetype "${location}")
|
/linux-6.3-rc2/Documentation/filesystems/ |
A 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::
|
A D | coda.rst | 526 This call is made to determine the ViceFid and filetype of
|
/linux-6.3-rc2/include/linux/ |
A D | fs_types.h | 71 extern unsigned char fs_ftype_to_dtype(unsigned int filetype);
|
/linux-6.3-rc2/drivers/crypto/qat/qat_common/ |
A D | icp_qat_hw.h | 364 algo, depth, filetype) \ argument 373 (((filetype) & QAT_COMPRESSION_FILE_TYPE_MASK) << \
|
/linux-6.3-rc2/security/ |
A 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.3-rc2/sound/pci/hda/ |
A D | cs35l41_hda.c | 112 int spkid, const char *filetype) in cs35l41_request_firmware_file() argument 121 ssid, spkid, amp_name, filetype); in cs35l41_request_firmware_file() 125 ssid, spkid, filetype); in cs35l41_request_firmware_file() 129 ssid, amp_name, filetype); in cs35l41_request_firmware_file() 133 ssid, filetype); in cs35l41_request_firmware_file() 137 filetype); in cs35l41_request_firmware_file()
|
/linux-6.3-rc2/fs/jfs/ |
A D | namei.c | 624 int filetype; in commitZeroLink() local 629 filetype = ip->i_mode & S_IFMT; in commitZeroLink() 630 switch (filetype) { in commitZeroLink() 641 assert(filetype != S_IFDIR); in commitZeroLink()
|
/linux-6.3-rc2/samples/hid/ |
A D | Makefile | 247 $(LLC) -march=bpf $(LLC_FLAGS) -filetype=obj -o $@
|
/linux-6.3-rc2/sound/soc/codecs/ |
A D | wm_adsp.c | 749 const char *filetype) in wm_adsp_request_firmware_file() argument 758 asoc_component_prefix, filetype); in wm_adsp_request_firmware_file() 762 filetype); in wm_adsp_request_firmware_file() 765 wm_adsp_fw[dsp->fw].file, filetype); in wm_adsp_request_firmware_file()
|
/linux-6.3-rc2/fs/ext4/ |
A D | ext4.h | 2128 EXT4_FEATURE_INCOMPAT_FUNCS(filetype, FILETYPE) in EXT4_FEATURE_COMPAT_FUNCS() 2830 static inline unsigned char get_dtype(struct super_block *sb, int filetype) in get_dtype() argument 2832 if (!ext4_has_feature_filetype(sb) || filetype >= EXT4_FT_MAX) in get_dtype() 2835 return ext4_filetype_table[filetype]; in get_dtype()
|
/linux-6.3-rc2/samples/bpf/ |
A D | Makefile | 447 $(LLC) -march=bpf $(LLC_FLAGS) -filetype=obj -o $@
|
/linux-6.3-rc2/Documentation/filesystems/ext4/ |
A D | directory.rst | 29 “filetype” feature flag is not set, in which case it uses
|
/linux-6.3-rc2/tools/bpf/bpftool/bash-completion/ |
A D | bpftool | 1214 # ex: ts=4 sw=4 et filetype=sh
|