| /linux/include/uapi/linux/ |
| H A D | stat.h | 11 #define S_IFLNK 0120000 macro 21 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
|
| /linux/tools/include/uapi/linux/ |
| H A D | stat.h | 11 #define S_IFLNK 0120000 macro 21 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
|
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | stat.h | 11 #define S_IFLNK 0120000 macro 21 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
|
| /linux/tools/include/nolibc/ |
| H A D | types.h | 50 #define S_IFLNK 0120000 59 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) 35 #define S_IFLNK global() macro
|
| /linux/fs/smb/client/ |
| H A D | reparse.h | 54 case S_IFLNK: return NFS_SPECFILE_LNK; in reparse_mode_nfs_type() 66 case S_IFLNK: return IO_REPARSE_TAG_LX_SYMLINK; in reparse_mode_wsl_tag()
|
| H A D | reparse.c | 45 return mknod_nfs(xid, inode, dentry, tcon, full_path, S_IFLNK, 0, symname); in create_reparse_symlink() 47 return mknod_wsl(xid, inode, dentry, tcon, full_path, S_IFLNK, 0, symname); in create_reparse_symlink() 1131 fattr->cf_mode |= S_IFLNK; in wsl_to_fattr() 1226 fattr->cf_mode |= S_IFLNK; in posix_reparse_to_fattr() 1259 fattr->cf_mode |= S_IFLNK; in cifs_reparse_point_to_fattr()
|
| H A D | link.c | 213 fattr->cf_mode |= S_IFLNK | S_IRWXU | S_IRWXG | S_IRWXO; in check_mf_symlink() 609 full_path, S_IFLNK,
|
| /linux/fs/ramfs/ |
| H A D | inode.c | 84 case S_IFLNK: in ramfs_get_inode() 142 inode = ramfs_get_inode(dir->i_sb, dir, S_IFLNK|S_IRWXUGO, 0); in ramfs_symlink()
|
| /linux/fs/orangefs/ |
| H A D | orangefs-utils.c | 191 return S_IFLNK; in orangefs_inode_type() 228 if (type == S_IFLNK && strncmp(orangefs_inode->link_target, in orangefs_inode_is_stale() 334 case S_IFLNK: in orangefs_inode_getattr()
|
| H A D | namei.c | 263 inode = orangefs_new_inode(dir->i_sb, dir, S_IFLNK | mode, 0, &ref); in orangefs_symlink()
|
| /linux/tools/testing/selftests/exec/ |
| H A D | non-regular.c | 73 FIXTURE_VARIANT_ADD(file, S_IFLNK) in FIXTURE_VARIANT_ADD() argument
|
| /linux/fs/erofs/ |
| H A D | inode.c | 158 case S_IFLNK: in erofs_read_inode() 244 case S_IFLNK: in erofs_fill_inode()
|
| /linux/fs/coda/ |
| H A D | coda_linux.c | 98 return S_IFLNK; in coda_inode_type()
|
| /linux/security/ |
| H A D | inode.c | 268 dent = securityfs_create_dentry(name, S_IFLNK | 0444, parent, in securityfs_create_symlink()
|
| /linux/samples/vfs/ |
| H A D | test-statx.c | 102 case S_IFLNK: printf(" symbolic link\n"); ft = 'l'; break; in dump_statx()
|
| /linux/tools/perf/tests/ |
| H A D | tests-scripts.c | 53 if (lstat(path2, &st) == 0 && (st.st_mode & S_IFMT) == S_IFLNK) { in shell_tests__dir_fd()
|
| /linux/fs/xfs/scrub/ |
| H A D | inode_repair.c | 473 *mode = S_IFLNK; in xrep_dinode_find_mode() 663 case S_IFLNK: in xrep_dinode_size() 1071 case S_IFLNK: in xrep_dinode_check_dfork() 1188 case S_IFLNK: in xrep_dinode_zap_dfork()
|
| /linux/fs/minix/ |
| H A D | namei.c | 82 inode = minix_new_inode(dir, S_IFLNK | 0777); in minix_symlink()
|
| /linux/fs/freevxfs/ |
| H A D | vxfs_inode.c | 67 ret |= S_IFLNK; in vxfs_transmod()
|
| /linux/kernel/bpf/ |
| H A D | inode.c | 111 case S_IFLNK: in bpf_get_inode() 391 inode = bpf_get_inode(dir->i_sb, dir, S_IRWXUGO | S_IFLNK); in bpf_symlink()
|
| /linux/security/tomoyo/ |
| H A D | audit.c | 126 case S_IFLNK: in tomoyo_filetype()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | profiler.inc.h | 25 #define S_IFLNK 0120000 macro 34 #define S_ISLNK(m) (((m)&S_IFMT) == S_IFLNK)
|
| /linux/fs/squashfs/ |
| H A D | inode.c | 318 inode->i_mode |= S_IFLNK; in squashfs_read_inode()
|
| /linux/fs/romfs/ |
| H A D | super.c | 86 S_IFLNK | 0777, /* symlink */
|
| /linux/fs/ntfs/ |
| H A D | reparse.c | 113 mode = S_IFLNK; in ntfs_reparse_tag_mode()
|