Searched refs:DT_LNK (Results 1 – 25 of 25) sorted by relevance
/linux-6.12.1/fs/ |
D | fs_types.c | 16 [FT_SYMLINK] = DT_LNK 53 [DT_LNK] = FT_SYMLINK,
|
/linux-6.12.1/tools/testing/selftests/proc/ |
D | proc-subset-pid.c | 99 assert(de->d_type == DT_LNK); in main() 103 assert(de->d_type == DT_LNK); in main()
|
D | read.c | 118 case DT_LNK: in f()
|
D | fd-001-lookup.c | 129 assert(de->d_type == DT_LNK); in main()
|
/linux-6.12.1/include/linux/ |
D | fs_types.h | 40 #define DT_LNK 10 macro
|
/linux-6.12.1/include/trace/misc/ |
D | fs.h | 20 { DT_LNK, "LNK" }, \
|
/linux-6.12.1/tools/include/nolibc/ |
D | types.h | 69 #define DT_LNK 0xa macro
|
/linux-6.12.1/fs/squashfs/ |
D | dir.c | 27 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
|
/linux-6.12.1/fs/9p/ |
D | vfs_dir.c | 56 rettype = DT_LNK; in dt_type()
|
/linux-6.12.1/fs/xfs/ |
D | xfs_dir2_readdir.c | 28 DT_FIFO, DT_SOCK, DT_LNK, DT_WHT,
|
/linux-6.12.1/fs/romfs/ |
D | super.c | 94 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
|
/linux-6.12.1/tools/thermal/tmon/ |
D | sysfs.c | 207 if (nl->d_type == DT_LNK) { in find_tzone_cdev()
|
/linux-6.12.1/fs/vboxsf/ |
D | dir.c | 80 d_type = DT_LNK; in vboxsf_get_d_type()
|
/linux-6.12.1/fs/coda/ |
D | dir.c | 339 case CDT_LNK: dt = DT_LNK; break; in CDT2DT()
|
/linux-6.12.1/fs/smb/client/ |
D | link.c | 237 fattr->cf_dtype = DT_LNK; in check_mf_symlink()
|
D | inode.c | 286 fattr->cf_dtype = DT_LNK; in cifs_unix_basic_to_fattr() 621 fattr->cf_dtype = DT_LNK; in cifs_sfu_type()
|
/linux-6.12.1/tools/perf/util/ |
D | cpumap.c | 590 if (dent2->d_type != DT_LNK || sscanf(dent2->d_name, "cpu%u", &cpu) < 1) in cpu__setup_cpunode_map()
|
/linux-6.12.1/fs/hfsplus/ |
D | dir.c | 238 type = DT_LNK; in hfsplus_readdir()
|
/linux-6.12.1/fs/bcachefs/ |
D | opts.c | 158 [DT_LNK] = "lnk",
|
/linux-6.12.1/fs/ufs/ |
D | util.h | 163 de->d_u.d_44.d_type = DT_LNK; in ufs_set_de_type()
|
/linux-6.12.1/fs/jffs2/ |
D | dir.c | 412 rd->type = DT_LNK; in jffs2_symlink()
|
/linux-6.12.1/tools/mm/ |
D | slabinfo.c | 1230 case DT_LNK: in read_slab_dir()
|
/linux-6.12.1/fs/proc/ |
D | base.c | 3582 if (!dir_emit(ctx, "self", 4, inode->i_ino, DT_LNK)) in proc_pid_readdir() 3588 if (!dir_emit(ctx, "thread-self", 11, inode->i_ino, DT_LNK)) in proc_pid_readdir()
|
/linux-6.12.1/fs/ubifs/ |
D | dir.c | 543 return DT_LNK; in vfs_dent_type()
|
/linux-6.12.1/fs/ext4/ |
D | ext4.h | 2851 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
|