Home
last modified time | relevance | path

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

123456

/openbmc/u-boot/fs/yaffs2/
H A Dyportenv.h240 #ifndef S_IFLNK
241 #define S_IFLNK 0120000 macro
253 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/openbmc/linux/tools/include/uapi/linux/
H A Dstat.h11 #define S_IFLNK 0120000 macro
21 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/openbmc/linux/include/uapi/linux/
H A Dstat.h11 #define S_IFLNK 0120000 macro
21 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/openbmc/u-boot/include/linux/
H A Dstat.h12 #define S_IFLNK 0120000 /* symbolic link */ macro
22 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/openbmc/linux/tools/include/nolibc/
H A Dtypes.h32 #define S_IFLNK 0120000 macro
41 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
/openbmc/linux/fs/erofs/
H A Dinode.c88 case S_IFLNK: in erofs_read_inode()
131 case S_IFLNK: in erofs_read_inode()
261 case S_IFLNK: in erofs_fill_inode()
/openbmc/linux/fs/ramfs/
H A Dinode.c84 case S_IFLNK: in ramfs_get_inode()
134 inode = ramfs_get_inode(dir->i_sb, dir, S_IFLNK|S_IRWXUGO, 0); in ramfs_symlink()
/openbmc/linux/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.c135 unsigned i_mode = S_IFLNK; in tid_fd_update_inode()
210 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()
/openbmc/u-boot/fs/reiserfs/
H A Dmode_string.c23 #if ( S_IFSOCK!= 0140000 ) || ( S_IFLNK != 0120000 ) \
/openbmc/u-boot/fs/ext4/
H A Dext4_common.h37 #define S_IFLNK 0120000 /* symbolic link */ macro
/openbmc/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()
/openbmc/linux/fs/kernfs/
H A Dsymlink.c39 kn = kernfs_new_node(parent, name, S_IFLNK|0777, uid, gid, KERNFS_LINK); in kernfs_create_link()
/openbmc/u-boot/cmd/
H A Dcramfs.c55 case S_IFLNK: str[0] = 'l'; break; in mkmodestr()
/openbmc/linux/fs/xfs/
H A Dxfs_symlink.c234 error = xfs_dialloc(&tp, dp->i_ino, S_IFLNK, &ino); in xfs_symlink()
237 S_IFLNK | (mode & ~S_IFMT), 1, 0, prid, in xfs_symlink()
/openbmc/linux/tools/testing/selftests/exec/
H A Dnon-regular.c73 FIXTURE_VARIANT_ADD(file, S_IFLNK) in FIXTURE_VARIANT_ADD() argument
/openbmc/linux/fs/smb/client/
H A Dreparse.c687 fattr->cf_mode |= S_IFLNK; in wsl_to_fattr()
784 fattr->cf_mode |= S_IFLNK; in posix_reparse_to_fattr()
827 fattr->cf_mode |= S_IFLNK; in cifs_reparse_point_to_fattr()
/openbmc/linux/fs/coda/
H A Dcoda_linux.c98 return S_IFLNK; in coda_inode_type()
/openbmc/qemu/python/qemu/utils/
H A Dqom_fuse.py162 'st_mode': 0o755 | stat.S_IFLNK,
/openbmc/linux/security/
H A Dinode.c273 dent = securityfs_create_dentry(name, S_IFLNK | 0444, parent, in securityfs_create_symlink()
/openbmc/linux/samples/vfs/
H A Dtest-statx.c96 case S_IFLNK: printf(" symbolic link\n"); ft = 'l'; break; in dump_statx()
/openbmc/linux/kernel/bpf/
H A Dinode.c110 case S_IFLNK: in bpf_get_inode()
392 inode = bpf_get_inode(dir->i_sb, dir, S_IRWXUGO | S_IFLNK); in bpf_symlink()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_inode_fork.c249 case S_IFLNK: in xfs_iformat_data_fork()
708 case S_IFLNK: in xfs_ifork_verify_local_data()

123456