Home
last modified time | relevance | path

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

/Linux-v4.19/fs/adfs/
Dadfs.h31 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()
Ddir_fplus.c200 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()
Dinode.c100 switch (ADFS_I(inode)->filetype) { in adfs_atts2mode()
269 ADFS_I(inode)->filetype = obj->filetype; in adfs_iget()
Ddir_f.c219 obj->filetype = -1; in adfs_dir2obj()
227 obj->filetype = (__u16) ((0x000fff00 & obj->loadaddr) >> 8); in adfs_dir2obj()
234 obj->filetype); in adfs_dir2obj()
Dsuper.c482 root_obj.filetype = -1; in adfs_fill_super()
/Linux-v4.19/fs/xfs/
Dxfs_dir2_readdir.c35 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/
Dadfs.txt34 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:
Dcoda.txt604 DDeessccrriippttiioonn This call is made to determine the ViceFid and filetype of
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_dir2_sf.c395 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()
Dxfs_dir2.c268 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()
Dxfs_da_btree.h52 uint8_t filetype; /* filetype of inode for directories */ member
Dxfs_dir2.h326 unsigned char xfs_dir3_get_dtype(struct xfs_mount *mp, uint8_t filetype);
Dxfs_dir2_block.c547 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()
Dxfs_dir2_leaf.c882 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()
Dxfs_dir2_node.c829 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/
DMakefile87 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/
Dgen_initramfs_list.sh62 filetype() { function
117 local ftype=$(filetype "${location}")
/Linux-v4.19/security/
Ddevice_cgroup.c596 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/
Dnamei.c636 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/
DMakefile275 -O2 -emit-llvm -c $< -o -| $(LLC) -march=bpf $(LLC_FLAGS) -filetype=obj -o $@
/Linux-v4.19/fs/ext4/
Dext4.h1742 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/
Dbpftool559 # ex: ts=4 sw=4 et filetype=sh
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/
Ddirectory.rst29filetype” feature flag is not set, in which case it uses