Searched refs:dt_type (Results 1 – 5 of 5) sorted by relevance
/fs/9p/ |
D | vfs_dir.c | 66 static inline int dt_type(struct p9_wstat *mistat) in dt_type() function 159 v9fs_qid2ino(&st.qid), dt_type(&st)); in v9fs_dir_readdir()
|
/fs/ntfs/ |
D | dir.c | 1031 unsigned dt_type; in ntfs_filldir() local 1058 dt_type = DT_DIR; in ntfs_filldir() 1060 dt_type = DT_REG; in ntfs_filldir() 1070 dt_type == DT_DIR ? "DIR" : "REG"); in ntfs_filldir() 1071 if (!dir_emit(actor, name, name_len, mref, dt_type)) in ntfs_filldir()
|
/fs/ |
D | libfs.c | 172 static inline unsigned char dt_type(struct inode *inode) in dt_type() function 198 d_inode(next)->i_ino, dt_type(d_inode(next)))) in dcache_readdir()
|
/fs/kernfs/ |
D | dir.c | 1501 static inline unsigned char dt_type(struct kernfs_node *kn) in dt_type() function 1580 unsigned int type = dt_type(pos); in kernfs_fop_readdir()
|
/fs/configfs/ |
D | dir.c | 1620 static inline unsigned char dt_type(struct configfs_dirent *sd) in dt_type() function 1674 if (!dir_emit(ctx, name, len, ino, dt_type(next))) in configfs_readdir()
|