/Linux-v4.19/fs/adfs/ |
D | adfs.h | 31 unsigned int filetype; /* RISC OS file type */ member 113 __u16 filetype; member 117 static inline int append_filetype_suffix(char *buf, __u16 filetype) in append_filetype_suffix() argument 119 if (filetype == 0xffff) /* no explicit 12-bit file type was set */ in append_filetype_suffix() 123 *buf++ = hex_asc_lo(filetype >> 8); in append_filetype_suffix() 124 *buf++ = hex_asc_lo(filetype >> 4); in append_filetype_suffix() 125 *buf++ = hex_asc_lo(filetype >> 0); in append_filetype_suffix()
|
D | dir_fplus.c | 200 obj->filetype = -1; in adfs_fplus_getnext() 208 obj->filetype = (__u16) ((0x000fff00 & obj->loadaddr) >> 8); in adfs_fplus_getnext() 215 obj->filetype); in adfs_fplus_getnext()
|
D | inode.c | 100 switch (ADFS_I(inode)->filetype) { in adfs_atts2mode() 269 ADFS_I(inode)->filetype = obj->filetype; in adfs_iget()
|
D | dir_f.c | 219 obj->filetype = -1; in adfs_dir2obj() 227 obj->filetype = (__u16) ((0x000fff00 & obj->loadaddr) >> 8); in adfs_dir2obj() 234 obj->filetype); in adfs_dir2obj()
|
D | super.c | 482 root_obj.filetype = -1; in adfs_fill_super()
|
/Linux-v4.19/fs/xfs/ |
D | xfs_dir2_readdir.c | 35 uint8_t filetype) in xfs_dir3_get_dtype() argument 40 if (filetype >= XFS_DIR3_FT_MAX) in xfs_dir3_get_dtype() 43 return xfs_dir3_filetype_table[filetype]; in xfs_dir3_get_dtype() 108 uint8_t filetype; in xfs_dir2_sf_getdents() local 119 filetype = dp->d_ops->sf_get_ftype(sfep); in xfs_dir2_sf_getdents() 122 xfs_dir3_get_dtype(dp->i_mount, filetype))) in xfs_dir2_sf_getdents() 183 uint8_t filetype; in xfs_dir2_block_getdents() local 210 filetype = dp->d_ops->data_get_ftype(dep); in xfs_dir2_block_getdents() 216 xfs_dir3_get_dtype(dp->i_mount, filetype))) { in xfs_dir2_block_getdents() 380 uint8_t filetype; in xfs_dir2_leaf_getdents() local [all …]
|
/Linux-v4.19/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 | 604 DDeessccrriippttiioonn This call is made to determine the ViceFid and filetype of
|
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_dir2_sf.c | 395 dp->d_ops->sf_put_ftype(sfep, args->filetype); in xfs_dir2_sf_addname_easy() 486 dp->d_ops->sf_put_ftype(sfep, args->filetype); in xfs_dir2_sf_addname_hard() 636 uint8_t filetype; in xfs_dir2_sf_verify() local 702 filetype = dops->sf_get_ftype(sfep); in xfs_dir2_sf_verify() 703 if (filetype >= XFS_DIR3_FT_MAX) in xfs_dir2_sf_verify() 816 args->filetype = XFS_DIR3_FT_DIR; in xfs_dir2_sf_lookup() 826 args->filetype = XFS_DIR3_FT_DIR; in xfs_dir2_sf_lookup() 845 args->filetype = dp->d_ops->sf_get_ftype(sfep); in xfs_dir2_sf_lookup() 1029 dp->d_ops->sf_put_ftype(sfep, args->filetype); in xfs_dir2_sf_replace()
|
D | xfs_dir2.c | 268 args->filetype = name->type; in xfs_dir_createname() 364 args->filetype = name->type; in xfs_dir_lookup() 436 args->filetype = name->type; in xfs_dir_removename() 497 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 | 547 dp->d_ops->data_put_ftype(dep, args->filetype); in xfs_dir2_block_addname() 639 args->filetype = dp->d_ops->data_get_ftype(dep); in xfs_dir2_block_lookup() 870 dp->d_ops->data_put_ftype(dep, args->filetype); in xfs_dir2_block_replace()
|
D | xfs_dir2_leaf.c | 882 dp->d_ops->data_put_ftype(dep, args->filetype); in xfs_dir2_leaf_addname() 1215 args->filetype = dp->d_ops->data_get_ftype(dep); in xfs_dir2_leaf_lookup() 1546 dp->d_ops->data_put_ftype(dep, args->filetype); in xfs_dir2_leaf_replace()
|
D | xfs_dir2_node.c | 829 args->filetype = dp->d_ops->data_get_ftype(dep); in xfs_dir2_leafn_lookup_for_entry() 2027 dp->d_ops->data_put_ftype(dep, args->filetype); in xfs_dir2_node_addname_int() 2212 ftype = args->filetype; in xfs_dir2_node_replace()
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | Makefile | 87 PROBE := $(shell $(LLC) -march=bpf -mcpu=probe -filetype=null /dev/null 2>&1) 130 $(LLC) -march=bpf -mcpu=$(CPU) $(LLC_FLAGS) -filetype=obj -o $@
|
/Linux-v4.19/usr/ |
D | gen_initramfs_list.sh | 62 filetype() { function 117 local ftype=$(filetype "${location}")
|
/Linux-v4.19/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-v4.19/fs/jfs/ |
D | namei.c | 636 int filetype; in commitZeroLink() local 641 filetype = ip->i_mode & S_IFMT; in commitZeroLink() 642 switch (filetype) { in commitZeroLink() 653 assert(filetype != S_IFDIR); in commitZeroLink()
|
/Linux-v4.19/samples/bpf/ |
D | Makefile | 275 -O2 -emit-llvm -c $< -o -| $(LLC) -march=bpf $(LLC_FLAGS) -filetype=obj -o $@
|
/Linux-v4.19/fs/ext4/ |
D | ext4.h | 1742 EXT4_FEATURE_INCOMPAT_FUNCS(filetype, FILETYPE) in EXT4_FEATURE_COMPAT_FUNCS() 2368 static inline unsigned char get_dtype(struct super_block *sb, int filetype) in get_dtype() argument 2370 if (!ext4_has_feature_filetype(sb) || filetype >= EXT4_FT_MAX) in get_dtype() 2373 return ext4_filetype_table[filetype]; in get_dtype()
|
/Linux-v4.19/tools/bpf/bpftool/bash-completion/ |
D | bpftool | 559 # ex: ts=4 sw=4 et filetype=sh
|
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/ |
D | directory.rst | 29 “filetype” feature flag is not set, in which case it uses
|