Searched refs:DT_REG (Results 1 – 11 of 11) sorted by relevance
/linux-2.4.37.9/fs/ext3/ |
D | dir.c | 26 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
|
/linux-2.4.37.9/fs/openpromfs/ |
D | inode.c | 829 if (filldir(dirent, ".node", 5, filp->f_pos, j, DT_REG) < 0) in openpromfs_readdir() 840 filp->f_pos, j, DT_REG) < 0) return 0; in openpromfs_readdir() 852 filp->f_pos, j, DT_REG) < 0) in openpromfs_readdir()
|
/linux-2.4.37.9/fs/fat/ |
D | dir.c | 563 (de->attr & ATTR_DIR) ? DT_DIR : DT_REG) < 0) in fat_readdirx() 576 (de->attr & ATTR_DIR) ? DT_DIR : DT_REG) < 0) in fat_readdirx()
|
/linux-2.4.37.9/fs/romfs/ |
D | inode.c | 256 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
|
/linux-2.4.37.9/fs/jffs2/ |
D | dir.c | 300 rd->type = DT_REG; in jffs2_create() 461 if (!rd->type) rd->type = DT_REG; in jffs2_do_link()
|
/linux-2.4.37.9/fs/hfsplus/ |
D | dir.c | 183 be32_to_cpu(entry.file.id), DT_REG)) in hfsplus_readdir()
|
/linux-2.4.37.9/fs/ufs/ |
D | util.h | 152 de->d_u.d_44.d_type = DT_REG; in ufs_set_de_type()
|
/linux-2.4.37.9/fs/ext2/ |
D | dir.c | 212 [EXT2_FT_REG_FILE] DT_REG,
|
/linux-2.4.37.9/fs/coda/ |
D | dir.c | 534 case CDT_REG: dt = DT_REG; break; in CDT2DT()
|
/linux-2.4.37.9/fs/ntfs/ |
D | fs.c | 220 file_type = DT_REG; in ntfs_printcb()
|
/linux-2.4.37.9/include/linux/ |
D | fs.h | 836 #define DT_REG 8 macro
|