Searched refs:DT_LNK (Results 1 – 8 of 8) 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/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/proc/ |
D | base.c | 683 if (filldir(dirent, buf+j, NUMBUF-j, fd+2, ino, DT_LNK) < 0) { in proc_readfd() 1150 if (filldir(dirent, "self", 4, filp->f_pos, ino, DT_LNK) < 0) in proc_pid_readdir()
|
/linux-2.4.37.9/fs/ufs/ |
D | util.h | 149 de->d_u.d_44.d_type = DT_LNK; in ufs_set_de_type()
|
/linux-2.4.37.9/fs/ext2/ |
D | dir.c | 218 [EXT2_FT_SYMLINK] DT_LNK,
|
/linux-2.4.37.9/fs/coda/ |
D | dir.c | 535 case CDT_LNK: dt = DT_LNK; break; in CDT2DT()
|
/linux-2.4.37.9/fs/jffs2/ |
D | dir.c | 621 rd->type = DT_LNK; in jffs2_symlink()
|
/linux-2.4.37.9/include/linux/ |
D | fs.h | 837 #define DT_LNK 10 macro
|