/linux-4.1.27/fs/adfs/ |
D | adfs.h | 30 unsigned int filetype; /* RISC OS file type */ member 112 __u16 filetype; member 116 static inline int append_filetype_suffix(char *buf, __u16 filetype) in append_filetype_suffix() argument 118 if (filetype == 0xffff) /* no explicit 12-bit file type was set */ in append_filetype_suffix() 122 *buf++ = hex_asc_lo(filetype >> 8); in append_filetype_suffix() 123 *buf++ = hex_asc_lo(filetype >> 4); in append_filetype_suffix() 124 *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 | 481 root_obj.filetype = -1; in adfs_fill_super()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_dir2_readdir.c | 47 __uint8_t filetype) in xfs_dir3_get_dtype() argument 52 if (filetype >= XFS_DIR3_FT_MAX) in xfs_dir3_get_dtype() 55 return xfs_dir3_filetype_table[filetype]; in xfs_dir3_get_dtype() 130 __uint8_t filetype; in xfs_dir2_sf_getdents() local 141 filetype = dp->d_ops->sf_get_ftype(sfep); in xfs_dir2_sf_getdents() 144 xfs_dir3_get_dtype(dp->i_mount, filetype))) in xfs_dir2_sf_getdents() 204 __uint8_t filetype; in xfs_dir2_block_getdents() local 231 filetype = dp->d_ops->data_get_ftype(dep); in xfs_dir2_block_getdents() 237 xfs_dir3_get_dtype(dp->i_mount, filetype))) { in xfs_dir2_block_getdents() 525 __uint8_t filetype; in xfs_dir2_leaf_getdents() local [all …]
|
/linux-4.1.27/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-4.1.27/scripts/ |
D | gen_initramfs_list.sh | 62 filetype() { function 114 local ftype=$(filetype "${location}")
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_dir2.c | 284 args->filetype = name->type; in xfs_dir_createname() 381 args->filetype = name->type; in xfs_dir_lookup() 453 args->filetype = name->type; in xfs_dir_removename() 518 args->filetype = name->type; in xfs_dir_replace()
|
D | xfs_dir2_sf.c | 416 dp->d_ops->sf_put_ftype(sfep, args->filetype); in xfs_dir2_sf_addname_easy() 507 dp->d_ops->sf_put_ftype(sfep, args->filetype); in xfs_dir2_sf_addname_hard() 731 args->filetype = XFS_DIR3_FT_DIR; in xfs_dir2_sf_lookup() 741 args->filetype = XFS_DIR3_FT_DIR; in xfs_dir2_sf_lookup() 760 args->filetype = dp->d_ops->sf_get_ftype(sfep); in xfs_dir2_sf_lookup() 948 dp->d_ops->sf_put_ftype(sfep, args->filetype); in xfs_dir2_sf_replace()
|
D | xfs_da_btree.h | 65 __uint8_t filetype; /* filetype of inode for directories */ member
|
D | xfs_dir2_block.c | 548 dp->d_ops->data_put_ftype(dep, args->filetype); in xfs_dir2_block_addname() 640 args->filetype = dp->d_ops->data_get_ftype(dep); in xfs_dir2_block_lookup() 871 dp->d_ops->data_put_ftype(dep, args->filetype); in xfs_dir2_block_replace()
|
D | xfs_dir2_leaf.c | 858 dp->d_ops->data_put_ftype(dep, args->filetype); in xfs_dir2_leaf_addname() 1191 args->filetype = dp->d_ops->data_get_ftype(dep); in xfs_dir2_leaf_lookup() 1521 dp->d_ops->data_put_ftype(dep, args->filetype); in xfs_dir2_leaf_replace()
|
D | xfs_dir2_node.c | 773 args->filetype = dp->d_ops->data_get_ftype(dep); in xfs_dir2_leafn_lookup_for_entry() 1970 dp->d_ops->data_put_ftype(dep, args->filetype); in xfs_dir2_node_addname_int() 2155 ftype = args->filetype; in xfs_dir2_node_replace()
|
/linux-4.1.27/fs/ext3/ |
D | dir.c | 33 static unsigned char get_dtype(struct super_block *sb, int filetype) in get_dtype() argument 36 (filetype >= EXT3_FT_MAX)) in get_dtype() 39 return (ext3_filetype_table[filetype]); in get_dtype()
|
/linux-4.1.27/samples/bpf/ |
D | Makefile | 50 -O2 -emit-llvm -c $< -o -| $(LLC) -march=bpf -filetype=obj -o $@
|
/linux-4.1.27/security/ |
D | device_cgroup.c | 604 int filetype, char *buffer) in devcgroup_update_access() argument 620 switch (filetype) { in devcgroup_update_access() 722 switch (filetype) { in devcgroup_update_access()
|
/linux-4.1.27/fs/jfs/ |
D | namei.c | 628 int filetype; in commitZeroLink() local 633 filetype = ip->i_mode & S_IFMT; in commitZeroLink() 634 switch (filetype) { in commitZeroLink() 645 assert(filetype != S_IFDIR); in commitZeroLink()
|
/linux-4.1.27/fs/ext4/ |
D | ext4.h | 2209 static inline unsigned char get_dtype(struct super_block *sb, int filetype) in get_dtype() argument 2212 (filetype >= EXT4_FT_MAX)) in get_dtype() 2215 return ext4_filetype_table[filetype]; in get_dtype()
|