Searched refs:DT_LNK (Results 1 – 25 of 25) sorted by relevance
| /linux-4.1.27/fs/squashfs/ |
| D | dir.c | 40 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
|
| /linux-4.1.27/fs/9p/ |
| D | vfs_dir.c | 74 rettype = DT_LNK; in dt_type()
|
| /linux-4.1.27/tools/perf/util/ |
| D | cpumap.c | 471 if (dent2->d_type != DT_LNK || sscanf(dent2->d_name, "cpu%u", &cpu) < 1) in cpu__setup_cpunode_map()
|
| /linux-4.1.27/fs/ext3/ |
| D | dir.c | 28 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
|
| /linux-4.1.27/tools/thermal/tmon/ |
| D | sysfs.c | 215 if (nl->d_type == DT_LNK) { in find_tzone_cdev()
|
| /linux-4.1.27/fs/romfs/ |
| D | super.c | 93 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
|
| /linux-4.1.27/fs/coda/ |
| D | dir.c | 333 case CDT_LNK: dt = DT_LNK; break; in CDT2DT()
|
| /linux-4.1.27/fs/xfs/ |
| D | xfs_dir2_readdir.c | 41 DT_FIFO, DT_SOCK, DT_LNK, DT_WHT,
|
| /linux-4.1.27/fs/nilfs2/ |
| D | dir.c | 237 [NILFS_FT_SYMLINK] = DT_LNK,
|
| /linux-4.1.27/fs/cifs/ |
| D | link.c | 314 fattr->cf_dtype = DT_LNK; in check_mf_symlink()
|
| D | inode.c | 248 fattr->cf_dtype = DT_LNK; 518 fattr->cf_dtype = DT_LNK; 618 fattr->cf_dtype = DT_LNK;
|
| /linux-4.1.27/fs/hfsplus/ |
| D | dir.c | 239 type = DT_LNK; in hfsplus_readdir()
|
| /linux-4.1.27/fs/exofs/ |
| D | dir.c | 220 [EXOFS_FT_SYMLINK] = DT_LNK,
|
| /linux-4.1.27/fs/ufs/ |
| D | util.h | 168 de->d_u.d_44.d_type = DT_LNK; in ufs_set_de_type()
|
| /linux-4.1.27/fs/ext2/ |
| D | dir.c | 266 [EXT2_FT_SYMLINK] = DT_LNK,
|
| /linux-4.1.27/fs/nfs/ |
| D | nfstrace.h | 20 { DT_LNK, "LNK" }, \
|
| /linux-4.1.27/fs/f2fs/ |
| D | dir.c | 48 [F2FS_FT_SYMLINK] = DT_LNK,
|
| /linux-4.1.27/fs/jffs2/ |
| D | dir.c | 403 rd->type = DT_LNK; in jffs2_symlink()
|
| /linux-4.1.27/fs/ubifs/ |
| D | dir.c | 319 return DT_LNK; in vfs_dent_type()
|
| /linux-4.1.27/tools/vm/ |
| D | slabinfo.c | 1152 case DT_LNK: in read_slab_dir()
|
| /linux-4.1.27/fs/proc/ |
| D | base.c | 2865 if (!dir_emit(ctx, "self", 4, inode->i_ino, DT_LNK)) in proc_pid_readdir() 2871 if (!dir_emit(ctx, "thread-self", 11, inode->i_ino, DT_LNK)) in proc_pid_readdir()
|
| /linux-4.1.27/fs/ext4/ |
| D | ext4.h | 2206 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
|
| /linux-4.1.27/include/linux/ |
| D | fs.h | 1540 #define DT_LNK 10 macro
|
| /linux-4.1.27/fs/ocfs2/ |
| D | dir.c | 72 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
|
| /linux-4.1.27/fs/btrfs/ |
| D | inode.c | 5642 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
|