Home
last modified time | relevance | path

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

123

/linux/include/uapi/linux/
H A Dstat.h11 #define S_IFLNK 0120000 macro
21 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/linux/tools/include/uapi/linux/
H A Dstat.h11 #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 Dstat.h11 #define S_IFLNK 0120000 macro
21 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/linux/tools/include/nolibc/
H A Dtypes.h50 #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 Dreparse.h54 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 Dreparse.c45 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 Dlink.c213 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 Dinode.c84 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 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()
H A Dnamei.c263 inode = orangefs_new_inode(dir->i_sb, dir, S_IFLNK | mode, 0, &ref); in orangefs_symlink()
/linux/tools/testing/selftests/exec/
H A Dnon-regular.c73 FIXTURE_VARIANT_ADD(file, S_IFLNK) in FIXTURE_VARIANT_ADD() argument
/linux/fs/erofs/
H A Dinode.c158 case S_IFLNK: in erofs_read_inode()
244 case S_IFLNK: in erofs_fill_inode()
/linux/fs/coda/
H A Dcoda_linux.c98 return S_IFLNK; in coda_inode_type()
/linux/security/
H A Dinode.c268 dent = securityfs_create_dentry(name, S_IFLNK | 0444, parent, in securityfs_create_symlink()
/linux/samples/vfs/
H A Dtest-statx.c102 case S_IFLNK: printf(" symbolic link\n"); ft = 'l'; break; in dump_statx()
/linux/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/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/fs/minix/
H A Dnamei.c82 inode = minix_new_inode(dir, S_IFLNK | 0777); in minix_symlink()
/linux/fs/freevxfs/
H A Dvxfs_inode.c67 ret |= S_IFLNK; in vxfs_transmod()
/linux/kernel/bpf/
H A Dinode.c111 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 Daudit.c126 case S_IFLNK: in tomoyo_filetype()
/linux/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h25 #define S_IFLNK 0120000 macro
34 #define S_ISLNK(m) (((m)&S_IFMT) == S_IFLNK)
/linux/fs/squashfs/
H A Dinode.c318 inode->i_mode |= S_IFLNK; in squashfs_read_inode()
/linux/fs/romfs/
H A Dsuper.c86 S_IFLNK | 0777, /* symlink */
/linux/fs/ntfs/
H A Dreparse.c113 mode = S_IFLNK; in ntfs_reparse_tag_mode()

123