Searched refs:DT_UNKNOWN (Results 1 - 25 of 47) sorted by last modified time

12

/linux-master/fs/xfs/
H A Dxfs_dir2_readdir.c27 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK,
37 return DT_UNKNOWN;
40 return DT_UNKNOWN;
/linux-master/fs/nilfs2/
H A Ddir.c230 [NILFS_FT_UNKNOWN] = DT_UNKNOWN,
297 t = DT_UNKNOWN;
/linux-master/fs/ext2/
H A Ddir.c306 unsigned char d_type = DT_UNKNOWN;
/linux-master/fs/proc/
H A Dproc_sysctl.c679 unsigned type = DT_UNKNOWN;
H A Dbase.c2065 unsigned type = DT_UNKNOWN;
/linux-master/fs/ext4/
H A Dext4.h2839 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
2845 return DT_UNKNOWN;
/linux-master/fs/gfs2/
H A Dutil.c271 inode = gfs2_inode_lookup(sdp->sd_vfs, DT_UNKNOWN,
H A Dinode.c101 * If @type is DT_UNKNOWN, the inode type is fetched from disk.
109 * number. However, it doesn't always know unless @type is DT_UNKNOWN.
161 if (type == DT_UNKNOWN || blktype != GFS2_BLKST_FREE) {
194 if (type == DT_UNKNOWN) {
251 inode = gfs2_inode_lookup(sb, DT_UNKNOWN, no_addr, no_formal_ino,
/linux-master/fs/bcachefs/
H A Dopts.c151 [DT_UNKNOWN] = "unknown",
/linux-master/fs/romfs/
H A Dsuper.c94 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
/linux-master/fs/ubifs/
H A Djournal.c1437 dent2->type = DT_UNKNOWN;
/linux-master/fs/f2fs/
H A Ddir.c976 unsigned char d_type = DT_UNKNOWN;
/linux-master/fs/afs/
H A Ddir.c482 ntohl(dire->u.unique) : DT_UNKNOWN)) {
/linux-master/tools/perf/tests/
H A Dtests-scripts.c219 if (ent->d_type != DT_UNKNOWN)
/linux-master/tools/perf/
H A Dbuiltin-script.c3193 (lang_dirent->d_type == DT_UNKNOWN && \
3201 (script_dirent->d_type != DT_UNKNOWN || \
/linux-master/fs/udf/
H A Ddir.c113 if (!dir_emit(ctx, fname, flen, iblock, DT_UNKNOWN))
/linux-master/fs/nfs/
H A Dnfs4xdr.c7541 entry->d_type = DT_UNKNOWN;
/linux-master/fs/befs/
H A Dlinuxvfs.c261 (ino_t) value, DT_UNKNOWN)) {
268 (ino_t) value, DT_UNKNOWN))
/linux-master/fs/overlayfs/
H A Dreaddir.c1061 if (d_type != DT_UNKNOWN)
/linux-master/fs/orangefs/
H A Ddir.c227 DT_UNKNOWN))
/linux-master/fs/minix/
H A Ddir.c124 inumber, DT_UNKNOWN)) {
/linux-master/fs/bfs/
H A Ddir.c58 DT_UNKNOWN)) {
/linux-master/tools/include/nolibc/
H A Dtypes.h63 #define DT_UNKNOWN 0x0 macro
/linux-master/fs/qnx4/
H A Ddir.c58 if (!dir_emit(ctx, fname, size, ino, DT_UNKNOWN)) {
/linux-master/fs/jfs/
H A Djfs_dtree.c3003 jfs_dirent->ino, DT_UNKNOWN))

Completed in 487 milliseconds

12