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

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

Completed in 350 milliseconds