Home
last modified time | relevance | path

Searched refs:DT_REG (Results 1 – 27 of 27) sorted by relevance

/linux-4.4.14/fs/squashfs/
Ddir.c40 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
/linux-4.4.14/fs/9p/
Dvfs_dir.c69 int rettype = DT_REG; in dt_type()
/linux-4.4.14/fs/hfs/
Ddir.c141 be32_to_cpu(entry.file.FlNum), DT_REG)) in hfs_readdir()
/linux-4.4.14/fs/cifs/
Dinode.c244 fattr->cf_dtype = DT_REG;
277 fattr->cf_dtype = DT_REG;
452 fattr->cf_dtype = DT_REG;
521 fattr->cf_dtype = DT_REG;
526 fattr->cf_dtype = DT_REG;
630 fattr->cf_dtype = DT_REG;
Dreaddir.c150 fattr->cf_dtype = DT_REG; in cifs_fill_common_info()
/linux-4.4.14/fs/openpromfs/
Dinode.c314 prop->unique_id, DT_REG)) in openpromfs_readdir()
/linux-4.4.14/fs/jffs2/
Ddir.c260 if (!type) type = DT_REG; in jffs2_link()
796 if (!type) type = DT_REG; in jffs2_rename()
Dwrite.c519 rd->type = DT_REG; in jffs2_do_create()
/linux-4.4.14/fs/omfs/
Ddir.c359 d_type = (oi->i_type == OMFS_DIR) ? DT_DIR : DT_REG; in omfs_fill_chain()
/linux-4.4.14/fs/coda/
Ddir.c332 case CDT_REG: dt = DT_REG; break; in CDT2DT()
/linux-4.4.14/fs/romfs/
Dsuper.c93 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
/linux-4.4.14/fs/xfs/
Dxfs_dir2_readdir.c40 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK,
/linux-4.4.14/fs/hfsplus/
Ddir.c237 type = DT_REG; in hfsplus_readdir()
/linux-4.4.14/fs/nilfs2/
Ddir.c226 [NILFS_FT_REG_FILE] = DT_REG,
/linux-4.4.14/fs/ufs/
Dutil.h171 de->d_u.d_44.d_type = DT_REG; in ufs_set_de_type()
/linux-4.4.14/fs/ext2/
Ddir.c255 [EXT2_FT_REG_FILE] = DT_REG,
/linux-4.4.14/fs/exofs/
Ddir.c208 [EXOFS_FT_REG_FILE] = DT_REG,
/linux-4.4.14/fs/nfs/
Dnfstrace.h19 { DT_REG, "REG" }, \
/linux-4.4.14/fs/f2fs/
Ddir.c42 [F2FS_FT_REG_FILE] = DT_REG,
/linux-4.4.14/fs/ubifs/
Ddir.c315 return DT_REG; in vfs_dent_type()
/linux-4.4.14/fs/ntfs/
Ddir.c1060 dt_type = DT_REG; in ntfs_filldir()
/linux-4.4.14/fs/fat/
Ddir.c677 (de->attr & ATTR_DIR) ? DT_DIR : DT_REG)) in __fat_readdir()
/linux-4.4.14/tools/perf/ui/browsers/
Dhists.c1381 if (!(dent->d_type == DT_REG)) in switch_data_file()
/linux-4.4.14/include/linux/
Dfs.h1560 #define DT_REG 8 macro
/linux-4.4.14/fs/ext4/
Dext4.h2401 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
/linux-4.4.14/fs/ocfs2/
Ddir.c72 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
/linux-4.4.14/fs/btrfs/
Dinode.c5713 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK