Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dposix_acl.c321 mode |= (pa->e_perm & S_IRWXO) << 6; in posix_acl_equiv_mode()
324 mode |= (pa->e_perm & S_IRWXO) << 3; in posix_acl_equiv_mode()
327 mode |= pa->e_perm & S_IRWXO; in posix_acl_equiv_mode()
331 ((pa->e_perm & S_IRWXO) << 3); in posix_acl_equiv_mode()
365 acl->a_entries[2].e_perm = (mode & S_IRWXO); in posix_acl_from_mode()
465 pa->e_perm &= (mode >> 6) | ~S_IRWXO; in posix_acl_create_masq()
479 pa->e_perm &= mode | ~S_IRWXO; in posix_acl_create_masq()
480 mode &= pa->e_perm | ~S_IRWXO; in posix_acl_create_masq()
494 mask_obj->e_perm &= (mode >> 3) | ~S_IRWXO; in posix_acl_create_masq()
499 group_obj->e_perm &= (mode >> 3) | ~S_IRWXO; in posix_acl_create_masq()
[all …]
Dopen.c475 if (mode & ~S_IRWXO) /* where's F_OK, X_OK, W_OK, R_OK? */ in do_faccessat()
/linux-6.12.1/fs/f2fs/
Dacl.c320 pa->e_perm &= (mode >> 6) | ~S_IRWXO; in f2fs_acl_create_masq()
334 pa->e_perm &= mode | ~S_IRWXO; in f2fs_acl_create_masq()
335 mode &= pa->e_perm | ~S_IRWXO; in f2fs_acl_create_masq()
349 mask_obj->e_perm &= (mode >> 3) | ~S_IRWXO; in f2fs_acl_create_masq()
354 group_obj->e_perm &= (mode >> 3) | ~S_IRWXO; in f2fs_acl_create_masq()
/linux-6.12.1/fs/nfs_common/
Dnfsacl.c77 *p++ = htonl(entry->e_perm & S_IRWXO); in xdr_nfsace_encode()
254 if (entry->e_perm & ~S_IRWXO) in xdr_nfsace_decode()
259 entry->e_perm &= S_IRWXO; in xdr_nfsace_decode()
/linux-6.12.1/include/linux/
Dstat.h9 #define S_IRWXUGO (S_IRWXU|S_IRWXG|S_IRWXO)
/linux-6.12.1/tools/perf/trace/beauty/
Dmode_t.c8 #define S_IRWXUGO (S_IRWXU|S_IRWXG|S_IRWXO)
/linux-6.12.1/tools/perf/trace/beauty/include/uapi/linux/
Dstat.h39 #define S_IRWXO 00007 macro
/linux-6.12.1/include/uapi/linux/
Dstat.h39 #define S_IRWXO 00007 macro
/linux-6.12.1/tools/include/uapi/linux/
Dstat.h39 #define S_IRWXO 00007 macro
/linux-6.12.1/tools/include/nolibc/
Dtypes.h56 #define S_IRWXO 00007 macro
/linux-6.12.1/fs/adfs/
Dsuper.c23 #define ADFS_DEFAULT_OTHER_MASK (S_IRWXG | S_IRWXO)
/linux-6.12.1/fs/smb/client/
Dlink.c236 fattr->cf_mode |= S_IFLNK | S_IRWXU | S_IRWXG | S_IRWXO; in check_mf_symlink()
/linux-6.12.1/scripts/
Dunifdef.c352 fchmod(ofd, ist.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO)); in main()
/linux-6.12.1/include/trace/events/
Df2fs.h176 S_IRWXU | S_IRWXG | S_IRWXO)