Home
last modified time | relevance | path

Searched refs:dt_type (Results 1 – 7 of 7) sorted by relevance

/fs/udf/
Ddir.c58 unsigned int dt_type; in do_udf_readdir() local
162 dt_type = DT_DIR; in do_udf_readdir()
168 dt_type = DT_UNKNOWN; in do_udf_readdir()
172 iblock, dt_type) < 0) in do_udf_readdir()
/fs/9p/
Dvfs_dir.c48 static inline int dt_type(struct p9_wstat *mistat) in dt_type() function
108 filp->f_pos, v9fs_qid2ino(&st.qid), dt_type(&st)); in v9fs_dir_readdir()
/fs/ntfs/
Ddir.c1032 unsigned dt_type; in ntfs_filldir() local
1059 dt_type = DT_DIR; in ntfs_filldir()
1061 dt_type = DT_REG; in ntfs_filldir()
1071 dt_type == DT_DIR ? "DIR" : "REG"); in ntfs_filldir()
1072 rc = filldir(dirent, name, name_len, fpos, mref, dt_type); in ntfs_filldir()
/fs/sysfs/
Ddir.c930 static inline unsigned char dt_type(struct sysfs_dirent *sd) in dt_type() function
972 dt_type(pos)) < 0) in sysfs_readdir()
/fs/
Dlibfs.c117 static inline unsigned char dt_type(struct inode *inode) in dt_type() function
166 dt_type(next->d_inode)) < 0) in dcache_readdir()
/fs/configfs/
Ddir.c1460 static inline unsigned char dt_type(struct configfs_dirent *sd) in dt_type() function
1513 dt_type(next)) < 0) in configfs_readdir()
/fs/nfs/
Ddir.c392 static inline unsigned int dt_type(struct inode *inode) in dt_type() function
429 d_type = dt_type(dentry->d_inode); in nfs_do_filldir()