/openbmc/u-boot/fs/reiserfs/ |
H A D | mode_string.c | 16 #if ( S_ISUID != 04000 ) || ( S_ISGID != 02000 ) || ( S_ISVTX != 01000 ) \ 29 #if (S_IRWXU | S_IRWXG | S_IRWXO | S_ISUID | S_ISGID | S_ISVTX) == 07777 37 S_IROTH, S_IWOTH, S_IXOTH, S_ISVTX
|
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/ |
H A D | 0003-musl-utils.patch | 32 +# define ALLPERMS (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO) /* 07777 */ 49 +# define ALLPERMS (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO) /* 07777 */
|
/openbmc/linux/include/linux/ |
H A D | stat.h | 10 #define S_IALLUGO (S_ISUID|S_ISGID|S_ISVTX|S_IRWXUGO)
|
/openbmc/linux/tools/perf/trace/beauty/ |
H A D | mode_t.c | 11 #define S_IALLUGO (S_ISUID|S_ISGID|S_ISVTX|S_IRWXUGO)
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | stat.h | 19 #define S_ISVTX 0001000 macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | stat.h | 19 #define S_ISVTX 0001000 macro
|
/openbmc/u-boot/include/linux/ |
H A D | stat.h | 20 #define S_ISVTX 0001000 /* save swapped text even after use */ macro
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/ |
H A D | 0003-Fix-definition-of-ALLPERMS-and-ACCESSPERMS.patch | 37 # define ALLPERMS (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO)
|
/openbmc/u-boot/cmd/ |
H A D | cramfs.c | 69 if(mode & S_ISVTX) str[9] = (mode & S_IXOTH)?'t':'T'; in mkmodestr()
|
/openbmc/linux/kernel/bpf/ |
H A D | inode.c | 603 umode_t mode = d_inode(root)->i_mode & S_IALLUGO & ~S_ISVTX; in bpf_show_options() 757 inode->i_mode |= S_ISVTX | opts->mode; in bpf_fill_super()
|
/openbmc/linux/fs/9p/ |
H A D | vfs_super.c | 113 umode_t mode = 0777 | S_ISVTX; in v9fs_mount()
|
H A D | vfs_inode.c | 68 if ((mode & S_ISVTX) == S_ISVTX) in unixmode2p9mode() 95 res |= S_ISVTX; in p9mode2perm()
|
/openbmc/linux/fs/orangefs/ |
H A D | inode.c | 772 if (iattr->ia_mode & (S_ISVTX)) { in __orangefs_setattr() 779 iattr->ia_mode -= S_ISVTX; in __orangefs_setattr()
|
H A D | orangefs-utils.c | 371 inode->i_mode = type | (is_root_handle(inode) ? S_ISVTX : 0) | in orangefs_inode_getattr()
|
/openbmc/phosphor-host-ipmid/user_channel/ |
H A D | passwd_mgr.cpp | 44 (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO);
|
/openbmc/linux/security/tomoyo/ |
H A D | condition.c | 898 value = S_ISVTX; in tomoyo_condition()
|
/openbmc/u-boot/fs/jffs2/ |
H A D | jffs2_nand_1pass.c | 418 if(mode & S_ISVTX) str[9] = (mode & S_IXOTH)?'t':'T'; in mkmodestr()
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | sstatesig.py | 644 if stat.S_ISVTX & s.st_mode:
|
/openbmc/linux/fs/ |
H A D | namei.c | 1117 if ((nd->dir_mode & (S_ISVTX|S_IWOTH)) != (S_ISVTX|S_IWOTH)) in may_follow_link() 1246 likely(!(dir_mode & S_ISVTX)) || in may_create_in_sticky() 4105 mode = vfs_prepare_mode(idmap, dir, mode, S_IRWXUGO | S_ISVTX, 0); in vfs_mkdir()
|
H A D | xattr.c | 150 if (S_ISDIR(inode->i_mode) && (inode->i_mode & S_ISVTX) && in xattr_permission()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | profiler.inc.h | 30 #define S_ISVTX 0001000 macro
|
/openbmc/u-boot/fs/ubifs/ |
H A D | ubifs.h | 529 #define S_ISVTX 0001000 macro
|
/openbmc/linux/Documentation/filesystems/ext4/ |
H A D | inodes.rst | 204 - S_ISVTX (Sticky bit)
|
/openbmc/linux/fs/udf/ |
H A D | inode.c | 1682 ((flags & ICBTAG_FLAG_STICKY) ? S_ISVTX : 0); in udf_convert_permissions() 1910 ((inode->i_mode & S_ISVTX) ? ICBTAG_FLAG_STICKY : 0) | in udf_update_inode()
|
/openbmc/linux/fs/smb/client/ |
H A D | inode.c | 618 #define SFBITS_MASK (S_ISVTX | S_ISGID | S_ISUID) /* SETFILEBITS valid bits */ 708 mode |= (wire & POSIX_STICKY) ? S_ISVTX : 0; in wire_perms_to_posix()
|