Home
last modified time | relevance | path

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

12345

/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dstat.h11 #define S_IFLNK 0120000 macro
21 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/linux-6.15/tools/include/uapi/linux/
H A Dstat.h11 #define S_IFLNK 0120000 macro
21 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/linux-6.15/include/uapi/linux/
H A Dstat.h11 #define S_IFLNK 0120000 macro
21 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/linux-6.15/fs/smb/client/
H A Dreparse.h53 case S_IFLNK: return NFS_SPECFILE_LNK; in reparse_mode_nfs_type()
65 case S_IFLNK: return IO_REPARSE_TAG_LX_SYMLINK; in reparse_mode_wsl_tag()
H A Dreparse.c45 return mknod_nfs(xid, inode, dentry, tcon, full_path, S_IFLNK, 0, symname); in smb2_create_reparse_symlink()
47 return mknod_wsl(xid, inode, dentry, tcon, full_path, S_IFLNK, 0, symname); in smb2_create_reparse_symlink()
1121 fattr->cf_mode |= S_IFLNK; in wsl_to_fattr()
1217 fattr->cf_mode |= S_IFLNK; in posix_reparse_to_fattr()
1250 fattr->cf_mode |= S_IFLNK; in cifs_reparse_point_to_fattr()
H A Dlink.c237 fattr->cf_mode |= S_IFLNK | S_IRWXU | S_IRWXG | S_IRWXO; in check_mf_symlink()
638 full_path, S_IFLNK,
/linux-6.15/tools/include/nolibc/
H A Dtypes.h34 #define S_IFLNK 0120000 macro
43 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
/linux-6.15/fs/proc/
H A Dself.c50 inode->i_mode = S_IFLNK | S_IRWXUGO; in proc_setup_self()
H A Dthread_self.c50 inode->i_mode = S_IFLNK | S_IRWXUGO; in proc_setup_thread_self()
H A Dfd.c133 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 Dnamespaces.c105 inode = proc_pid_make_inode(dentry->d_sb, task, S_IFLNK | S_IRWXUGO); in proc_ns_instantiate()
/linux-6.15/fs/ramfs/
H A Dinode.c84 case S_IFLNK: in ramfs_get_inode()
143 inode = ramfs_get_inode(dir->i_sb, dir, S_IFLNK|S_IRWXUGO, 0); in ramfs_symlink()
/linux-6.15/fs/orangefs/
H A Dorangefs-utils.c191 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-6.15/fs/kernfs/
H A Dsymlink.c39 kn = kernfs_new_node(parent, name, S_IFLNK|0777, uid, gid, KERNFS_LINK); in kernfs_create_link()
/linux-6.15/fs/erofs/
H A Dinode.c143 case S_IFLNK: in erofs_read_inode()
225 case S_IFLNK: in erofs_fill_inode()
/linux-6.15/tools/testing/selftests/exec/
H A Dnon-regular.c73 FIXTURE_VARIANT_ADD(file, S_IFLNK) in FIXTURE_VARIANT_ADD() argument
/linux-6.15/fs/coda/
H A Dcoda_linux.c98 return S_IFLNK; in coda_inode_type()
/linux-6.15/security/
H A Dinode.c273 dent = securityfs_create_dentry(name, S_IFLNK | 0444, parent, in securityfs_create_symlink()
/linux-6.15/samples/vfs/
H A Dtest-statx.c96 case S_IFLNK: printf(" symbolic link\n"); ft = 'l'; break; in dump_statx()
/linux-6.15/tools/perf/tests/
H A Dtests-scripts.c53 if (lstat(path2, &st) == 0 && (st.st_mode & S_IFMT) == S_IFLNK) { in shell_tests__dir_fd()
/linux-6.15/fs/xfs/libxfs/
H A Dxfs_inode_fork.c259 case S_IFLNK: in xfs_iformat_data_fork()
685 case S_IFLNK: { in xfs_ifork_verify_local_data()
/linux-6.15/fs/minix/
H A Dnamei.c82 inode = minix_new_inode(dir, S_IFLNK | 0777); in minix_symlink()
/linux-6.15/fs/xfs/
H A Dxfs_symlink.c96 .mode = S_IFLNK | (mode & ~S_IFMT), in xfs_symlink()
/linux-6.15/fs/xfs/scrub/
H A Dinode_repair.c473 *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-6.15/fs/ufs/
H A Dnamei.c120 inode = ufs_new_inode(dir, S_IFLNK | S_IRWXUGO); in ufs_symlink()

12345