Home
last modified time | relevance | path

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

1234

/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.h35 #define S_IFLNK 0120000 macro
44 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
/linux/fs/proc/
H A Dself.c49 inode->i_mode = S_IFLNK | S_IRWXUGO; in proc_setup_self()
H A Dthread_self.c49 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/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()
/linux/fs/smb/client/
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()
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 Dlink.c214 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 Dnon-regular.c73 FIXTURE_VARIANT_ADD(file, S_IFLNK) in FIXTURE_VARIANT_ADD() argument
/linux/fs/erofs/
H A Dinode.c145 case S_IFLNK: in erofs_read_inode()
224 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/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/fs/xfs/
H A Dxfs_symlink.c96 .mode = S_IFLNK | (mode & ~S_IFMT), in xfs_symlink()
/linux/fs/minix/
H A Dnamei.c82 inode = minix_new_inode(dir, S_IFLNK | 0777); in minix_symlink()
/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/freevxfs/
H A Dvxfs_inode.c67 ret |= S_IFLNK; in vxfs_transmod()
/linux/fs/adfs/
H A Dinode.c105 return S_IFLNK|S_IRWXUGO; in adfs_atts2mode()
/linux/fs/efs/
H A Dinode.c154 case S_IFLNK: in efs_iget()

1234