Home
last modified time | relevance | path

Searched refs:DT_LNK (Results 1 – 25 of 25) sorted by relevance

/linux-4.1.27/fs/squashfs/
Ddir.c40 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
/linux-4.1.27/fs/9p/
Dvfs_dir.c74 rettype = DT_LNK; in dt_type()
/linux-4.1.27/tools/perf/util/
Dcpumap.c471 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/
Ddir.c28 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
/linux-4.1.27/tools/thermal/tmon/
Dsysfs.c215 if (nl->d_type == DT_LNK) { in find_tzone_cdev()
/linux-4.1.27/fs/romfs/
Dsuper.c93 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
/linux-4.1.27/fs/coda/
Ddir.c333 case CDT_LNK: dt = DT_LNK; break; in CDT2DT()
/linux-4.1.27/fs/xfs/
Dxfs_dir2_readdir.c41 DT_FIFO, DT_SOCK, DT_LNK, DT_WHT,
/linux-4.1.27/fs/nilfs2/
Ddir.c237 [NILFS_FT_SYMLINK] = DT_LNK,
/linux-4.1.27/fs/cifs/
Dlink.c314 fattr->cf_dtype = DT_LNK; in check_mf_symlink()
Dinode.c248 fattr->cf_dtype = DT_LNK;
518 fattr->cf_dtype = DT_LNK;
618 fattr->cf_dtype = DT_LNK;
/linux-4.1.27/fs/hfsplus/
Ddir.c239 type = DT_LNK; in hfsplus_readdir()
/linux-4.1.27/fs/exofs/
Ddir.c220 [EXOFS_FT_SYMLINK] = DT_LNK,
/linux-4.1.27/fs/ufs/
Dutil.h168 de->d_u.d_44.d_type = DT_LNK; in ufs_set_de_type()
/linux-4.1.27/fs/ext2/
Ddir.c266 [EXT2_FT_SYMLINK] = DT_LNK,
/linux-4.1.27/fs/nfs/
Dnfstrace.h20 { DT_LNK, "LNK" }, \
/linux-4.1.27/fs/f2fs/
Ddir.c48 [F2FS_FT_SYMLINK] = DT_LNK,
/linux-4.1.27/fs/jffs2/
Ddir.c403 rd->type = DT_LNK; in jffs2_symlink()
/linux-4.1.27/fs/ubifs/
Ddir.c319 return DT_LNK; in vfs_dent_type()
/linux-4.1.27/tools/vm/
Dslabinfo.c1152 case DT_LNK: in read_slab_dir()
/linux-4.1.27/fs/proc/
Dbase.c2865 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/
Dext4.h2206 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
/linux-4.1.27/include/linux/
Dfs.h1540 #define DT_LNK 10 macro
/linux-4.1.27/fs/ocfs2/
Ddir.c72 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
/linux-4.1.27/fs/btrfs/
Dinode.c5642 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK