Searched refs:DT_UNKNOWN (Results 1 - 25 of 47) sorted by path

12

/linux-master/fs/affs/
H A Ddir.c125 if (!dir_emit(ctx, name, namelen, ino, DT_UNKNOWN))
/linux-master/fs/efs/
H A Ddir.c91 if (!dir_emit(ctx, nameptr, namelen, inodenum, DT_UNKNOWN)) {
/linux-master/fs/
H A Dfs_types.c9 [FT_UNKNOWN] = DT_UNKNOWN,
28 * * DT_UNKNOWN - Unknown type
40 return DT_UNKNOWN;
92 * * DT_UNKNOWN - Unknown type
/linux-master/fs/jffs2/
H A Dwrite.c583 rd->type = DT_UNKNOWN;
/linux-master/fs/qnx6/
H A Ddir.c102 if (!dir_emit(ctx, lf->lf_fname, lf_size, de_inode, DT_UNKNOWN)) {
161 no_inode, DT_UNKNOWN)) {
/linux-master/fs/squashfs/
H A Ddir.c27 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
/linux-master/include/linux/
H A Dfs_types.h34 #define DT_UNKNOWN 0 macro
/linux-master/fs/adfs/
H A Ddir_f.c263 obj.indaddr, DT_UNKNOWN))
H A Ddir_fplus.c222 obj.indaddr, DT_UNKNOWN))
/linux-master/fs/afs/
H A Ddir.c482 ntohl(dire->u.unique) : DT_UNKNOWN)) {
/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/bfs/
H A Ddir.c58 DT_UNKNOWN)) {
/linux-master/fs/coda/
H A Ddir.c333 case CDT_UNKNOWN: dt = DT_UNKNOWN; break;
342 default: dt = DT_UNKNOWN; break;
/linux-master/fs/ext2/
H A Ddir.c307 unsigned char d_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/fs/f2fs/
H A Ddir.c976 unsigned char d_type = DT_UNKNOWN;
/linux-master/fs/freevxfs/
H A Dvxfs_lookup.c255 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,
H A Dutil.c271 inode = gfs2_inode_lookup(sdp->sd_vfs, DT_UNKNOWN,
/linux-master/fs/hfsplus/
H A Ddir.c226 unsigned type = DT_UNKNOWN;
/linux-master/fs/hpfs/
H A Ddir.c173 if (!dir_emit(ctx, tempname, de->namelen, le32_to_cpu(de->fnode), DT_UNKNOWN)) {
/linux-master/fs/isofs/
H A Ddir.c234 if (!dir_emit(ctx, p, len, inode_number, DT_UNKNOWN))
/linux-master/fs/jfs/
H A Djfs_dtree.c3003 jfs_dirent->ino, DT_UNKNOWN))
/linux-master/fs/minix/
H A Ddir.c124 inumber, DT_UNKNOWN)) {

Completed in 616 milliseconds

12