Searched refs:DT_CHR (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/fs/devpts/ |
D | root.c | 69 if ( filldir(dirent, numbuf, strlen(numbuf), nr, nr, DT_CHR) < 0 ) in devpts_root_readdir()
|
/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/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/ufs/ |
D | util.h | 161 de->d_u.d_44.d_type = DT_CHR; in ufs_set_de_type()
|
/linux-2.4.37.9/fs/ext2/ |
D | dir.c | 214 [EXT2_FT_CHRDEV] DT_CHR,
|
/linux-2.4.37.9/fs/coda/ |
D | dir.c | 531 case CDT_CHR: dt = DT_CHR; break; in CDT2DT()
|
/linux-2.4.37.9/include/linux/ |
D | fs.h | 833 #define DT_CHR 2 macro
|