Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_dir2_readdir.c33 uint8_t filetype) in xfs_dir3_get_dtype()
107 uint8_t filetype; in xfs_dir2_sf_getdents() local
182 uint8_t filetype; in xfs_dir2_block_getdents() local
383 uint8_t filetype; in xfs_dir2_leaf_getdents() local
/kernel/linux/linux-5.10/fs/
Dfs_types.c37 unsigned char fs_ftype_to_dtype(unsigned int filetype) in fs_ftype_to_dtype()
/kernel/linux/linux-5.10/usr/
Dgen_initramfs.sh43 filetype() { function
/kernel/linux/linux-5.10/fs/adfs/
Ddir.c227 u16 filetype = adfs_filetype(obj->loadaddr); in adfs_object_fixup() local
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_da_btree.h59 uint8_t filetype; /* filetype of inode for directories */ member
Dxfs_dir2_sf.c724 uint8_t filetype; in xfs_dir2_sf_verify() local
/kernel/linux/linux-5.10/security/
Ddevice_cgroup.c599 int filetype, char *buffer) in devcgroup_update_access()
/kernel/linux/linux-5.10/fs/jfs/
Dnamei.c623 int filetype; in commitZeroLink() local
/kernel/linux/linux-5.10/fs/ext4/
Dext4.h2732 static inline unsigned char get_dtype(struct super_block *sb, int filetype) in get_dtype()