Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_dir2_readdir.c34 uint8_t filetype) in xfs_dir3_get_dtype()
106 uint8_t filetype; in xfs_dir2_sf_getdents() local
184 uint8_t filetype; in xfs_dir2_block_getdents() local
385 uint8_t filetype; in xfs_dir2_leaf_getdents() local
/fs/
Dfs_types.c37 unsigned char fs_ftype_to_dtype(unsigned int filetype) in fs_ftype_to_dtype()
/fs/adfs/
Ddir.c227 u16 filetype = adfs_filetype(obj->loadaddr); in adfs_object_fixup() local
/fs/xfs/libxfs/
Dxfs_da_btree.h69 uint8_t filetype; /* filetype of inode for directories */ member
Dxfs_dir2_sf.c711 uint8_t filetype; in xfs_dir2_sf_verify() local
/fs/jfs/
Dnamei.c625 int filetype; in commitZeroLink() local
/fs/ext4/
Dext4.h2850 static inline unsigned char get_dtype(struct super_block *sb, int filetype) in get_dtype()