Home
last modified time | relevance | path

Searched defs:filetype (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/fs/xfs/
Dxfs_dir2_readdir.c32 uint8_t filetype) in xfs_dir3_get_dtype()
105 uint8_t filetype; in xfs_dir2_sf_getdents() local
180 uint8_t filetype; in xfs_dir2_block_getdents() local
377 uint8_t filetype; in xfs_dir2_leaf_getdents() local
/Linux-v5.4/fs/
Dfs_types.c37 unsigned char fs_ftype_to_dtype(unsigned int filetype) in fs_ftype_to_dtype()
/Linux-v5.4/usr/
Dgen_initramfs_list.sh62 filetype() { function
/Linux-v5.4/fs/adfs/
Ddir.c43 u16 filetype = adfs_filetype(obj->loadaddr); in adfs_object_fixup() local
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_da_btree.h52 uint8_t filetype; /* filetype of inode for directories */ member
Dxfs_dir2_sf.c633 uint8_t filetype; in xfs_dir2_sf_verify() local
/Linux-v5.4/security/
Ddevice_cgroup.c596 int filetype, char *buffer) in devcgroup_update_access()
/Linux-v5.4/fs/jfs/
Dnamei.c623 int filetype; in commitZeroLink() local
/Linux-v5.4/fs/ext4/
Dext4.h2486 static inline unsigned char get_dtype(struct super_block *sb, int filetype) in get_dtype()