| /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 | 35 #define S_IFLNK 0120000 macro 44 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
|
| /linux/fs/proc/ |
| H A D | self.c | 49 inode->i_mode = S_IFLNK | S_IRWXUGO; in proc_setup_self()
|
| H A D | thread_self.c | 49 inode->i_mode = S_IFLNK | S_IRWXUGO; in proc_setup_thread_self()
|
| H A D | fd.c | 133 unsigned i_mode = S_IFLNK; in tid_fd_update_inode() 209 inode = proc_pid_make_inode(dentry->d_sb, task, S_IFLNK); in proc_fd_instantiate()
|
| H A D | namespaces.c | 105 inode = proc_pid_make_inode(dentry->d_sb, task, S_IFLNK | S_IRWXUGO); in proc_ns_instantiate()
|
| /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()
|
| /linux/fs/smb/client/ |
| 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() 1130 fattr->cf_mode |= S_IFLNK; in wsl_to_fattr() 1225 fattr->cf_mode |= S_IFLNK; in posix_reparse_to_fattr() 1258 fattr->cf_mode |= S_IFLNK; in cifs_reparse_point_to_fattr()
|
| H A D | link.c | 214 fattr->cf_mode |= S_IFLNK | S_IRWXU | S_IRWXG | S_IRWXO; in check_mf_symlink() 607 full_path, S_IFLNK,
|
| /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 | 145 case S_IFLNK: in erofs_read_inode() 224 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/libxfs/ |
| H A D | xfs_inode_fork.c | 259 case S_IFLNK: in xfs_iformat_data_fork() 685 case S_IFLNK: { in xfs_ifork_verify_local_data()
|
| /linux/fs/xfs/ |
| H A D | xfs_symlink.c | 96 .mode = S_IFLNK | (mode & ~S_IFMT), in xfs_symlink()
|
| /linux/fs/minix/ |
| H A D | namei.c | 82 inode = minix_new_inode(dir, S_IFLNK | 0777); in minix_symlink()
|
| /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/freevxfs/ |
| H A D | vxfs_inode.c | 67 ret |= S_IFLNK; in vxfs_transmod()
|
| /linux/fs/adfs/ |
| H A D | inode.c | 105 return S_IFLNK|S_IRWXUGO; in adfs_atts2mode()
|
| /linux/fs/efs/ |
| H A D | inode.c | 154 case S_IFLNK: in efs_iget()
|