Searched refs:S_IFLNK (Results 1 - 25 of 109) sorted by relevance

12345

/linux-master/include/uapi/linux/
H A Dstat.h11 #define S_IFLNK 0120000 macro
21 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/linux-master/tools/include/uapi/linux/
H A Dstat.h11 #define S_IFLNK 0120000 macro
21 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/linux-master/fs/proc/
H A Dself.c50 inode->i_mode = S_IFLNK | S_IRWXUGO;
H A Dthread_self.c50 inode->i_mode = S_IFLNK | S_IRWXUGO;
H A Dnamespaces.c105 inode = proc_pid_make_inode(dentry->d_sb, task, S_IFLNK | S_IRWXUGO);
H A Dfd.c131 unsigned i_mode = S_IFLNK;
206 inode = proc_pid_make_inode(dentry->d_sb, task, S_IFLNK);
/linux-master/tools/include/nolibc/
H A Dtypes.h34 #define S_IFLNK 0120000 macro
43 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
/linux-master/fs/ramfs/
H A Dinode.c84 case S_IFLNK:
143 inode = ramfs_get_inode(dir->i_sb, dir, S_IFLNK|S_IRWXUGO, 0);
/linux-master/fs/xfs/
H A Dxfs_symlink.c160 error = xfs_dialloc(&tp, dp->i_ino, S_IFLNK, &ino);
163 S_IFLNK | (mode & ~S_IFMT), 1, 0, prid,
/linux-master/tools/testing/selftests/exec/
H A Dnon-regular.c73 FIXTURE_VARIANT_ADD(file, S_IFLNK)
75 .name = "S_IFLNK",
/linux-master/fs/kernfs/
H A Dsymlink.c39 kn = kernfs_new_node(parent, name, S_IFLNK|0777, uid, gid, KERNFS_LINK);
/linux-master/fs/orangefs/
H A Dorangefs-utils.c191 return S_IFLNK;
228 if (type == S_IFLNK && strncmp(orangefs_inode->link_target,
334 case S_IFLNK:
/linux-master/fs/smb/client/
H A Dreparse.c427 fattr->cf_mode |= S_IFLNK;
498 fattr->cf_mode |= S_IFLNK;
524 fattr->cf_mode |= S_IFLNK;
/linux-master/fs/erofs/
H A Dinode.c121 case S_IFLNK:
242 case S_IFLNK:
/linux-master/samples/vfs/
H A Dtest-statx.c96 case S_IFLNK: printf(" symbolic link\n"); ft = 'l'; break;
/linux-master/fs/sysv/
H A Dnamei.c80 inode = sysv_new_inode(dir, S_IFLNK|0777);
/linux-master/fs/coda/
H A Dcoda_linux.c98 return S_IFLNK;
/linux-master/security/
H A Dinode.c273 dent = securityfs_create_dentry(name, S_IFLNK | 0444, parent,
/linux-master/fs/minix/
H A Dnamei.c82 inode = minix_new_inode(dir, S_IFLNK | 0777);
/linux-master/fs/xfs/libxfs/
H A Dxfs_inode_fork.c260 case S_IFLNK:
724 case S_IFLNK: {
/linux-master/fs/ufs/
H A Dnamei.c120 inode = ufs_new_inode(dir, S_IFLNK | S_IRWXUGO);
/linux-master/fs/efs/
H A Dinode.c154 case S_IFLNK:
/linux-master/fs/freevxfs/
H A Dvxfs_inode.c67 ret |= S_IFLNK;
/linux-master/fs/adfs/
H A Dinode.c105 return S_IFLNK|S_IRWXUGO;
/linux-master/fs/xfs/scrub/
H A Dinode_repair.c417 *mode = S_IFLNK;
581 case S_IFLNK:
847 case S_IFLNK:
959 case S_IFLNK:

Completed in 481 milliseconds

12345