/Linux-v5.4/fs/xfs/ |
D | xfs_dir2_readdir.c | 32 uint8_t filetype) in xfs_dir3_get_dtype() argument 37 if (filetype >= XFS_DIR3_FT_MAX) in xfs_dir3_get_dtype() 40 return xfs_dir3_filetype_table[filetype]; in xfs_dir3_get_dtype() 105 uint8_t filetype; in xfs_dir2_sf_getdents() local 116 filetype = dp->d_ops->sf_get_ftype(sfep); in xfs_dir2_sf_getdents() 119 xfs_dir3_get_dtype(dp->i_mount, filetype))) in xfs_dir2_sf_getdents() 180 uint8_t filetype; in xfs_dir2_block_getdents() local 207 filetype = dp->d_ops->data_get_ftype(dep); in xfs_dir2_block_getdents() 213 xfs_dir3_get_dtype(dp->i_mount, filetype))) { in xfs_dir2_block_getdents() 377 uint8_t filetype; in xfs_dir2_leaf_getdents() local [all …]
|
/Linux-v5.4/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-v5.4/fs/adfs/ |
D | dir.c | 43 u16 filetype = adfs_filetype(obj->loadaddr); in adfs_object_fixup() local 45 if (filetype != ADFS_FILETYPE_NONE) { in adfs_object_fixup() 47 obj->name[obj->name_len++] = hex_asc_lo(filetype >> 8); in adfs_object_fixup() 48 obj->name[obj->name_len++] = hex_asc_lo(filetype >> 4); in adfs_object_fixup() 49 obj->name[obj->name_len++] = hex_asc_lo(filetype >> 0); in adfs_object_fixup()
|
/Linux-v5.4/tools/testing/selftests/tc-testing/bpf/ |
D | Makefile | 12 PROBE := $(shell $(LLC) -march=bpf -mcpu=probe -filetype=null /dev/null 2>&1) 30 $(LLC) -march=bpf -mcpu=$(CPU) $(LLC_FLAGS) -filetype=obj -o $@
|
/Linux-v5.4/Documentation/filesystems/ |
D | adfs.txt | 34 Owner read and filetype UnixExec -> ---x--x--x 40 Other read and filetype UnixExec -> ---x--x--x 45 not a UnixExec filetype, then the permissions will be:
|
D | coda.txt | 607 DDeessccrriippttiioonn This call is made to determine the ViceFid and filetype of
|
/Linux-v5.4/tools/testing/selftests/bpf/ |
D | Makefile | 129 PROBE := $(shell $(LLC) -march=bpf -mcpu=probe -filetype=null /dev/null 2>&1) 216 -filetype=obj -o $@ 254 $(LLC) -march=bpf -mcpu=$(CPU) $(LLC_FLAGS) -filetype=obj -o $@ 262 $(LLC) -march=bpf -mcpu=$(CPU) $(LLC_FLAGS) -filetype=obj -o $@
|
/Linux-v5.4/fs/xfs/libxfs/ |
D | xfs_dir2_sf.c | 392 dp->d_ops->sf_put_ftype(sfep, args->filetype); in xfs_dir2_sf_addname_easy() 483 dp->d_ops->sf_put_ftype(sfep, args->filetype); in xfs_dir2_sf_addname_hard() 633 uint8_t filetype; in xfs_dir2_sf_verify() local 699 filetype = dops->sf_get_ftype(sfep); in xfs_dir2_sf_verify() 700 if (filetype >= XFS_DIR3_FT_MAX) in xfs_dir2_sf_verify() 813 args->filetype = XFS_DIR3_FT_DIR; in xfs_dir2_sf_lookup() 823 args->filetype = XFS_DIR3_FT_DIR; in xfs_dir2_sf_lookup() 842 args->filetype = dp->d_ops->sf_get_ftype(sfep); in xfs_dir2_sf_lookup() 1026 dp->d_ops->sf_put_ftype(sfep, args->filetype); in xfs_dir2_sf_replace()
|
D | xfs_dir2.c | 264 args->filetype = name->type; in xfs_dir_createname() 360 args->filetype = name->type; in xfs_dir_lookup() 432 args->filetype = name->type; in xfs_dir_removename() 493 args->filetype = name->type; in xfs_dir_replace()
|
D | xfs_da_btree.h | 52 uint8_t filetype; /* filetype of inode for directories */ member
|
D | xfs_dir2.h | 326 unsigned char xfs_dir3_get_dtype(struct xfs_mount *mp, uint8_t filetype);
|
D | xfs_dir2_block.c | 544 dp->d_ops->data_put_ftype(dep, args->filetype); in xfs_dir2_block_addname() 636 args->filetype = dp->d_ops->data_get_ftype(dep); in xfs_dir2_block_lookup() 867 dp->d_ops->data_put_ftype(dep, args->filetype); in xfs_dir2_block_replace()
|
D | xfs_dir2_leaf.c | 818 dp->d_ops->data_put_ftype(dep, args->filetype); in xfs_dir2_leaf_addname() 1151 args->filetype = dp->d_ops->data_get_ftype(dep); in xfs_dir2_leaf_lookup() 1482 dp->d_ops->data_put_ftype(dep, args->filetype); in xfs_dir2_leaf_replace()
|
D | xfs_dir2_node.c | 824 args->filetype = dp->d_ops->data_get_ftype(dep); in xfs_dir2_leafn_lookup_for_entry() 1929 dp->d_ops->data_put_ftype(dep, args->filetype); in xfs_dir2_node_addname_int() 2177 ftype = args->filetype; in xfs_dir2_node_replace()
|
/Linux-v5.4/include/linux/ |
D | fs_types.h | 71 extern unsigned char fs_ftype_to_dtype(unsigned int filetype);
|
/Linux-v5.4/usr/ |
D | gen_initramfs_list.sh | 62 filetype() { function 117 local ftype=$(filetype "${location}")
|
/Linux-v5.4/security/ |
D | device_cgroup.c | 596 int filetype, char *buffer) in devcgroup_update_access() argument 612 switch (filetype) { in devcgroup_update_access() 714 switch (filetype) { in devcgroup_update_access()
|
/Linux-v5.4/fs/jfs/ |
D | namei.c | 623 int filetype; in commitZeroLink() local 628 filetype = ip->i_mode & S_IFMT; in commitZeroLink() 629 switch (filetype) { in commitZeroLink() 640 assert(filetype != S_IFDIR); in commitZeroLink()
|
/Linux-v5.4/samples/bpf/ |
D | Makefile | 293 -O2 -emit-llvm -c $< -o -| $(LLC) -march=bpf $(LLC_FLAGS) -filetype=obj -o $@
|
/Linux-v5.4/fs/ext4/ |
D | ext4.h | 1798 EXT4_FEATURE_INCOMPAT_FUNCS(filetype, FILETYPE) in EXT4_FEATURE_COMPAT_FUNCS() 2486 static inline unsigned char get_dtype(struct super_block *sb, int filetype) in get_dtype() argument 2488 if (!ext4_has_feature_filetype(sb) || filetype >= EXT4_FT_MAX) in get_dtype() 2491 return ext4_filetype_table[filetype]; in get_dtype()
|
/Linux-v5.4/tools/bpf/bpftool/bash-completion/ |
D | bpftool | 869 # ex: ts=4 sw=4 et filetype=sh
|
/Linux-v5.4/Documentation/filesystems/ext4/ |
D | directory.rst | 29 “filetype” feature flag is not set, in which case it uses
|