Searched defs:dt_type (Results 1 - 5 of 5) sorted by relevance

/fs/9p/
H A Dvfs_dir.c60 * dt_type - return file type
65 static inline int dt_type(struct p9_wstat *mistat) function
150 v9fs_qid2ino(&st.qid), dt_type(&st));
/fs/ntfs/
H A Ddir.c1031 unsigned dt_type; local
1058 dt_type = DT_DIR;
1060 dt_type = DT_REG;
1070 dt_type == DT_DIR ? "DIR" : "REG");
1071 if (!dir_emit(actor, name, name_len, mref, dt_type))
/fs/kernfs/
H A Ddir.c1305 static inline unsigned char dt_type(struct kernfs_node *kn) function
1384 unsigned int type = dt_type(pos);
/fs/configfs/
H A Ddir.c1528 static inline unsigned char dt_type(struct configfs_dirent *sd) function
1585 if (!dir_emit(ctx, name, len, ino, dt_type(next)))
/fs/
H A Dlibfs.c138 static inline unsigned char dt_type(struct inode *inode) function
172 next->d_inode->i_ino, dt_type(next->d_inode)))

Completed in 94 milliseconds