Home
last modified time | relevance | path

Searched refs:S_IRWXO (Results 1 – 20 of 20) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/
H A D0003-Fix-definition-of-ALLPERMS-and-ACCESSPERMS.patch34 # define ACCESSPERMS (S_IRWXU|S_IRWXG|S_IRWXO)
37 # define ALLPERMS (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO)
46 #define DND_ROOTDIR_PERMS (S_IRWXU | S_IRWXG | S_IRWXO)
50 #define ACCESSPERMS (S_IRWXU | S_IRWXG | S_IRWXO)
57 -#define ACCESSPERMS (S_IRWXU | S_IRWXG | S_IRWXO)
/openbmc/linux/fs/
H A Dposix_acl.c322 mode |= (pa->e_perm & S_IRWXO) << 6; in posix_acl_equiv_mode()
325 mode |= (pa->e_perm & S_IRWXO) << 3; in posix_acl_equiv_mode()
328 mode |= pa->e_perm & S_IRWXO; in posix_acl_equiv_mode()
332 ((pa->e_perm & S_IRWXO) << 3); in posix_acl_equiv_mode()
366 acl->a_entries[2].e_perm = (mode & S_IRWXO); in posix_acl_from_mode()
466 pa->e_perm &= (mode >> 6) | ~S_IRWXO; in posix_acl_create_masq()
480 pa->e_perm &= mode | ~S_IRWXO; in posix_acl_create_masq()
481 mode &= pa->e_perm | ~S_IRWXO; in posix_acl_create_masq()
495 mask_obj->e_perm &= (mode >> 3) | ~S_IRWXO; in posix_acl_create_masq()
500 group_obj->e_perm &= (mode >> 3) | ~S_IRWXO; in posix_acl_create_masq()
[all …]
H A Dopen.c465 if (mode & ~S_IRWXO) /* where's F_OK, X_OK, W_OK, R_OK? */ in do_faccessat()
/openbmc/linux/fs/f2fs/
H A Dacl.c321 pa->e_perm &= (mode >> 6) | ~S_IRWXO; in f2fs_acl_create_masq()
335 pa->e_perm &= mode | ~S_IRWXO; in f2fs_acl_create_masq()
336 mode &= pa->e_perm | ~S_IRWXO; in f2fs_acl_create_masq()
350 mask_obj->e_perm &= (mode >> 3) | ~S_IRWXO; in f2fs_acl_create_masq()
355 group_obj->e_perm &= (mode >> 3) | ~S_IRWXO; in f2fs_acl_create_masq()
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/
H A D0003-musl-utils.patch32 +# 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 */
67 +# define ACCESSPERMS (S_IRWXU|S_IRWXG|S_IRWXO) /* 0777 */
/openbmc/linux/fs/nfs_common/
H A Dnfsacl.c76 *p++ = htonl(entry->e_perm & S_IRWXO); in xdr_nfsace_encode()
253 if (entry->e_perm & ~S_IRWXO) in xdr_nfsace_decode()
258 entry->e_perm &= S_IRWXO; in xdr_nfsace_decode()
/openbmc/linux/include/linux/
H A Dstat.h9 #define S_IRWXUGO (S_IRWXU|S_IRWXG|S_IRWXO)
/openbmc/linux/tools/perf/trace/beauty/
H A Dmode_t.c8 #define S_IRWXUGO (S_IRWXU|S_IRWXG|S_IRWXO)
/openbmc/u-boot/fs/reiserfs/
H A Dmode_string.c29 #if (S_IRWXU | S_IRWXG | S_IRWXO | S_ISUID | S_ISGID | S_ISVTX) == 07777
/openbmc/linux/tools/include/uapi/linux/
H A Dstat.h39 #define S_IRWXO 00007 macro
/openbmc/linux/include/uapi/linux/
H A Dstat.h39 #define S_IRWXO 00007 macro
/openbmc/u-boot/include/linux/
H A Dstat.h40 #define S_IRWXO 00007 /* rwx for other */ macro
/openbmc/linux/tools/include/nolibc/
H A Dtypes.h54 #define S_IRWXO 00007 macro
/openbmc/linux/fs/adfs/
H A Dsuper.c23 #define ADFS_DEFAULT_OTHER_MASK (S_IRWXG | S_IRWXO)
/openbmc/qemu/tests/qtest/
H A Divshmem-test.c467 S_IRWXU|S_IRWXG|S_IRWXO); in mktempshm()
/openbmc/phosphor-host-ipmid/user_channel/
H A Dpasswd_mgr.cpp44 (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO);
/openbmc/linux/fs/smb/client/
H A Dlink.c236 fattr->cf_mode |= S_IFLNK | S_IRWXU | S_IRWXG | S_IRWXO; in check_mf_symlink()
/openbmc/qemu/block/export/
H A Dfuse.c520 (statbuf->st_mode & (S_IRWXG | S_IRWXO)) != 0) in fuse_setattr()
/openbmc/linux/scripts/
H A Dunifdef.c352 fchmod(ofd, ist.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO)); in main()
/openbmc/qemu/qga/
H A Dmain.c608 umask(S_IRWXG | S_IRWXO); in become_daemon()