Searched refs:DT_UNKNOWN (Results 26 - 47 of 47) sorted by relevance

12

/linux-master/fs/bcachefs/
H A Dopts.c151 [DT_UNKNOWN] = "unknown",
/linux-master/fs/befs/
H A Dlinuxvfs.c261 (ino_t) value, DT_UNKNOWN)) {
268 (ino_t) value, DT_UNKNOWN))
/linux-master/fs/gfs2/
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/hfsplus/
H A Ddir.c226 unsigned type = DT_UNKNOWN;
/linux-master/fs/ufs/
H A Ddir.c473 unsigned char d_type = DT_UNKNOWN;
H A Dutil.h181 de->d_u.d_44.d_type = DT_UNKNOWN;
/linux-master/fs/ext2/
H A Ddir.c307 unsigned char d_type = DT_UNKNOWN;
/linux-master/fs/minix/
H A Ddir.c124 inumber, DT_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/jffs2/
H A Dwrite.c583 rd->type = DT_UNKNOWN;
/linux-master/fs/nfs/
H A Dnfs2xdr.c963 entry->d_type = DT_UNKNOWN;
H A Dnfs3xdr.c2000 entry->d_type = DT_UNKNOWN;
H A Dnfs4xdr.c7541 entry->d_type = DT_UNKNOWN;
/linux-master/fs/f2fs/
H A Ddir.c976 unsigned char d_type = DT_UNKNOWN;
/linux-master/fs/overlayfs/
H A Dreaddir.c1061 if (d_type != DT_UNKNOWN)
/linux-master/fs/proc/
H A Dproc_sysctl.c682 unsigned type = DT_UNKNOWN;
H A Dbase.c2065 unsigned type = DT_UNKNOWN;
/linux-master/fs/ubifs/
H A Djournal.c1437 dent2->type = DT_UNKNOWN;
/linux-master/fs/ext4/
H A Dext4.h2836 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
2842 return 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/afs/
H A Ddir.c482 ntohl(dire->u.unique) : DT_UNKNOWN)) {
/linux-master/fs/jfs/
H A Djfs_dtree.c3003 jfs_dirent->ino, DT_UNKNOWN))

Completed in 436 milliseconds

12