Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_dir2_readdir.c47 __uint8_t filetype) in xfs_dir3_get_dtype()
130 __uint8_t filetype; in xfs_dir2_sf_getdents() local
207 __uint8_t filetype; in xfs_dir2_block_getdents() local
528 __uint8_t filetype; in xfs_dir2_leaf_getdents() local
/linux-4.4.14/scripts/
Dgen_initramfs_list.sh62 filetype() { function
/linux-4.4.14/fs/adfs/
Dadfs.h30 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()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_da_btree.h65 __uint8_t filetype; /* filetype of inode for directories */ member
/linux-4.4.14/fs/jfs/
Dnamei.c640 int filetype; in commitZeroLink() local
/linux-4.4.14/security/
Ddevice_cgroup.c604 int filetype, char *buffer) in devcgroup_update_access()
/linux-4.4.14/fs/ext4/
Dext4.h2404 static inline unsigned char get_dtype(struct super_block *sb, int filetype) in get_dtype()