Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/
Dxfs_dir2_readdir.c33 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()
182 uint8_t filetype; in xfs_dir2_block_getdents() local
207 filetype = xfs_dir2_data_get_ftype(dp->i_mount, dep); in xfs_dir2_block_getdents()
219 xfs_dir3_get_dtype(dp->i_mount, filetype))) in xfs_dir2_block_getdents()
381 uint8_t filetype; in xfs_dir2_leaf_getdents() local
[all …]
/Linux-v5.15/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-v5.15/tools/testing/selftests/tc-testing/
DMakefile11 PROBE := $(shell $(LLC) -march=bpf -mcpu=probe -filetype=null /dev/null 2>&1)
29 $(LLC) -march=bpf -mcpu=$(CPU) $(LLC_FLAGS) -filetype=obj -o $@
/Linux-v5.15/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-v5.15/fs/xfs/libxfs/
Dxfs_dir2_sf.c487 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()
890 args->filetype = XFS_DIR3_FT_DIR; in xfs_dir2_sf_lookup()
900 args->filetype = XFS_DIR3_FT_DIR; in xfs_dir2_sf_lookup()
918 args->filetype = xfs_dir2_sf_get_ftype(mp, sfep); in xfs_dir2_sf_lookup()
1107 xfs_dir2_sf_put_ftype(mp, sfep, args->filetype); in xfs_dir2_sf_replace()
Dxfs_dir2.c270 args->filetype = name->type; in xfs_dir_createname()
366 args->filetype = name->type; in xfs_dir_lookup()
438 args->filetype = name->type; in xfs_dir_removename()
499 args->filetype = name->type; in xfs_dir_replace()
Dxfs_da_btree.h59 uint8_t filetype; /* filetype of inode for directories */ member
Dxfs_dir2.h246 unsigned char xfs_dir3_get_dtype(struct xfs_mount *mp, uint8_t filetype);
Dxfs_dir2_block.c573 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()
Dxfs_dir2_leaf.c865 xfs_dir2_data_put_ftype(dp->i_mount, dep, args->filetype); in xfs_dir2_leaf_addname()
1195 args->filetype = xfs_dir2_data_get_ftype(dp->i_mount, dep); in xfs_dir2_leaf_lookup()
1526 xfs_dir2_data_put_ftype(dp->i_mount, dep, args->filetype); in xfs_dir2_leaf_replace()
Dxfs_dir2_node.c889 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-v5.15/usr/
Dgen_initramfs.sh43 filetype() { function
94 local ftype=$(filetype "${location}")
/Linux-v5.15/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::
Dcoda.rst526 This call is made to determine the ViceFid and filetype of
/Linux-v5.15/include/linux/
Dfs_types.h71 extern unsigned char fs_ftype_to_dtype(unsigned int filetype);
/Linux-v5.15/security/
Ddevice_cgroup.c599 int filetype, char *buffer) in devcgroup_update_access() argument
615 switch (filetype) { in devcgroup_update_access()
717 switch (filetype) { in devcgroup_update_access()
/Linux-v5.15/fs/jfs/
Dnamei.c624 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-v5.15/fs/ext4/
Dext4.h2119 EXT4_FEATURE_INCOMPAT_FUNCS(filetype, FILETYPE) in EXT4_FEATURE_COMPAT_FUNCS()
2866 static inline unsigned char get_dtype(struct super_block *sb, int filetype) in get_dtype() argument
2868 if (!ext4_has_feature_filetype(sb) || filetype >= EXT4_FT_MAX) in get_dtype()
2871 return ext4_filetype_table[filetype]; in get_dtype()
/Linux-v5.15/samples/bpf/
DMakefile416 $(LLC) -march=bpf $(LLC_FLAGS) -filetype=obj -o $@
/Linux-v5.15/Documentation/filesystems/ext4/
Ddirectory.rst29filetype” feature flag is not set, in which case it uses
/Linux-v5.15/tools/bpf/bpftool/bash-completion/
Dbpftool1202 # ex: ts=4 sw=4 et filetype=sh