Home
last modified time | relevance | path

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

/Linux-v6.6/fs/
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 …]
Dopen.c465 if (mode & ~S_IRWXO) /* where's F_OK, X_OK, W_OK, R_OK? */ in do_faccessat()
/Linux-v6.6/fs/f2fs/
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()
/Linux-v6.6/fs/nfs_common/
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()
/Linux-v6.6/include/linux/
Dstat.h9 #define S_IRWXUGO (S_IRWXU|S_IRWXG|S_IRWXO)
/Linux-v6.6/tools/perf/trace/beauty/
Dmode_t.c8 #define S_IRWXUGO (S_IRWXU|S_IRWXG|S_IRWXO)
/Linux-v6.6/tools/include/uapi/linux/
Dstat.h39 #define S_IRWXO 00007 macro
/Linux-v6.6/include/uapi/linux/
Dstat.h39 #define S_IRWXO 00007 macro
/Linux-v6.6/tools/include/nolibc/
Dtypes.h54 #define S_IRWXO 00007 macro
/Linux-v6.6/fs/adfs/
Dsuper.c23 #define ADFS_DEFAULT_OTHER_MASK (S_IRWXG | S_IRWXO)
/Linux-v6.6/fs/smb/client/
Dlink.c248 fattr->cf_mode |= S_IFLNK | S_IRWXU | S_IRWXG | S_IRWXO; in check_mf_symlink()
/Linux-v6.6/scripts/
Dunifdef.c352 fchmod(ofd, ist.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO)); in main()