Searched refs:DT_REG (Results 1 – 27 of 27) sorted by relevance
/linux-4.4.14/fs/squashfs/ |
D | dir.c | 40 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
|
/linux-4.4.14/fs/9p/ |
D | vfs_dir.c | 69 int rettype = DT_REG; in dt_type()
|
/linux-4.4.14/fs/hfs/ |
D | dir.c | 141 be32_to_cpu(entry.file.FlNum), DT_REG)) in hfs_readdir()
|
/linux-4.4.14/fs/cifs/ |
D | inode.c | 244 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;
|
D | readdir.c | 150 fattr->cf_dtype = DT_REG; in cifs_fill_common_info()
|
/linux-4.4.14/fs/openpromfs/ |
D | inode.c | 314 prop->unique_id, DT_REG)) in openpromfs_readdir()
|
/linux-4.4.14/fs/jffs2/ |
D | dir.c | 260 if (!type) type = DT_REG; in jffs2_link() 796 if (!type) type = DT_REG; in jffs2_rename()
|
D | write.c | 519 rd->type = DT_REG; in jffs2_do_create()
|
/linux-4.4.14/fs/omfs/ |
D | dir.c | 359 d_type = (oi->i_type == OMFS_DIR) ? DT_DIR : DT_REG; in omfs_fill_chain()
|
/linux-4.4.14/fs/coda/ |
D | dir.c | 332 case CDT_REG: dt = DT_REG; break; in CDT2DT()
|
/linux-4.4.14/fs/romfs/ |
D | super.c | 93 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
|
/linux-4.4.14/fs/xfs/ |
D | xfs_dir2_readdir.c | 40 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK,
|
/linux-4.4.14/fs/hfsplus/ |
D | dir.c | 237 type = DT_REG; in hfsplus_readdir()
|
/linux-4.4.14/fs/nilfs2/ |
D | dir.c | 226 [NILFS_FT_REG_FILE] = DT_REG,
|
/linux-4.4.14/fs/ufs/ |
D | util.h | 171 de->d_u.d_44.d_type = DT_REG; in ufs_set_de_type()
|
/linux-4.4.14/fs/ext2/ |
D | dir.c | 255 [EXT2_FT_REG_FILE] = DT_REG,
|
/linux-4.4.14/fs/exofs/ |
D | dir.c | 208 [EXOFS_FT_REG_FILE] = DT_REG,
|
/linux-4.4.14/fs/nfs/ |
D | nfstrace.h | 19 { DT_REG, "REG" }, \
|
/linux-4.4.14/fs/f2fs/ |
D | dir.c | 42 [F2FS_FT_REG_FILE] = DT_REG,
|
/linux-4.4.14/fs/ubifs/ |
D | dir.c | 315 return DT_REG; in vfs_dent_type()
|
/linux-4.4.14/fs/ntfs/ |
D | dir.c | 1060 dt_type = DT_REG; in ntfs_filldir()
|
/linux-4.4.14/fs/fat/ |
D | dir.c | 677 (de->attr & ATTR_DIR) ? DT_DIR : DT_REG)) in __fat_readdir()
|
/linux-4.4.14/tools/perf/ui/browsers/ |
D | hists.c | 1381 if (!(dent->d_type == DT_REG)) in switch_data_file()
|
/linux-4.4.14/include/linux/ |
D | fs.h | 1560 #define DT_REG 8 macro
|
/linux-4.4.14/fs/ext4/ |
D | ext4.h | 2401 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
|
/linux-4.4.14/fs/ocfs2/ |
D | dir.c | 72 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
|
/linux-4.4.14/fs/btrfs/ |
D | inode.c | 5713 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
|