Searched refs:dt_type (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/9p/
H A Dvfs_dir.c44 * dt_type - return file type
49 static inline int dt_type(struct v9fs_stat *mistat) function
108 dt_type(&stat));
150 dt_type(&stat));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Ddir.h102 const MFT_REF mref, const unsigned dt_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A Ddir.c119 unsigned int dt_type; local
232 dt_type = DT_DIR;
240 dt_type = DT_UNKNOWN;
245 if (filldir(dirent, fname, flen, filp->f_pos, iblock, dt_type) < 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Ddir.c635 unsigned dt_type; local
662 dt_type = DT_DIR;
664 dt_type = DT_REG;
674 dt_type == DT_DIR ? "DIR" : "REG");
675 rc = filldir(dirent, name, name_len, fpos, mref, dt_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Ddir.c583 unsigned dt_type; local
598 dt_type = NTFS_DT_DIR;
600 dt_type = NTFS_DT_UNKNOWN;
602 dt_type = NTFS_DT_REG;
605 le64_to_cpu(ie->indexed_file), dt_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/sysfs/
H A Ddir.c523 static inline unsigned char dt_type(struct sysfs_dirent *sd) function
571 dt_type(next)) < 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dlibfs.c116 static inline unsigned char dt_type(struct inode *inode) function
165 dt_type(next->d_inode)) < 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/configfs/
H A Ddir.c971 static inline unsigned char dt_type(struct configfs_dirent *sd) function
1022 dt_type(next)) < 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.c631 const unsigned dt_type __attribute__((unused)))
657 if (dt_type == NTFS_DT_REG)
659 else if (dt_type == NTFS_DT_DIR)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Ddir.c393 static inline unsigned int dt_type(struct inode *inode) function
430 d_type = dt_type(dentry->d_inode);

Completed in 138 milliseconds