Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dposix_acl.c258 mode |= (pa->e_perm & S_IRWXO) << 6; in posix_acl_equiv_mode()
261 mode |= (pa->e_perm & S_IRWXO) << 3; in posix_acl_equiv_mode()
264 mode |= pa->e_perm & S_IRWXO; in posix_acl_equiv_mode()
268 ((pa->e_perm & S_IRWXO) << 3); in posix_acl_equiv_mode()
302 acl->a_entries[2].e_perm = (mode & S_IRWXO); in posix_acl_from_mode()
392 pa->e_perm &= (mode >> 6) | ~S_IRWXO; in posix_acl_create_masq()
406 pa->e_perm &= mode | ~S_IRWXO; in posix_acl_create_masq()
407 mode &= pa->e_perm | ~S_IRWXO; in posix_acl_create_masq()
421 mask_obj->e_perm &= (mode >> 3) | ~S_IRWXO; in posix_acl_create_masq()
426 group_obj->e_perm &= (mode >> 3) | ~S_IRWXO; in posix_acl_create_masq()
[all …]
Dopen.c346 if (mode & ~S_IRWXO) /* where's F_OK, X_OK, W_OK, R_OK? */ in SYSCALL_DEFINE3()
/linux-4.4.14/fs/f2fs/
Dacl.c290 pa->e_perm &= (mode >> 6) | ~S_IRWXO; in f2fs_acl_create_masq()
304 pa->e_perm &= mode | ~S_IRWXO; in f2fs_acl_create_masq()
305 mode &= pa->e_perm | ~S_IRWXO; in f2fs_acl_create_masq()
319 mask_obj->e_perm &= (mode >> 3) | ~S_IRWXO; in f2fs_acl_create_masq()
324 group_obj->e_perm &= (mode >> 3) | ~S_IRWXO; in f2fs_acl_create_masq()
/linux-4.4.14/fs/nfs_common/
Dnfsacl.c75 *p++ = htonl(entry->e_perm & S_IRWXO); in xdr_nfsace_encode()
181 if (entry->e_perm & ~S_IRWXO) in xdr_nfsace_decode()
186 entry->e_perm &= S_IRWXO; in xdr_nfsace_decode()
/linux-4.4.14/include/linux/
Dstat.h8 #define S_IRWXUGO (S_IRWXU|S_IRWXG|S_IRWXO)
/linux-4.4.14/include/uapi/linux/
Dstat.h37 #define S_IRWXO 00007 macro
/linux-4.4.14/fs/cifs/
Dcifsacl.c623 umode_t other_mask = S_IRWXU | S_IRWXG | S_IRWXO; in parse_dacl()
687 &sid_everyone, nmode, S_IRWXO); in set_chmod_dacl()
Dlink.c313 fattr->cf_mode |= S_IFLNK | S_IRWXU | S_IRWXG | S_IRWXO; in check_mf_symlink()
/linux-4.4.14/fs/adfs/
Dsuper.c24 #define ADFS_DEFAULT_OTHER_MASK (S_IRWXG | S_IRWXO)
/linux-4.4.14/scripts/
Dunifdef.c352 fchmod(ofd, ist.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO)); in main()
/linux-4.4.14/fs/udf/
Dinode.c1600 mode = ((permissions) & S_IRWXO) | in udf_convert_permissions()
1670 udfperms = ((inode->i_mode & S_IRWXO)) | in udf_update_inode()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dfile.c2167 attr->ia_mode = hui->hui_mode & (S_IRWXU | S_IRWXG | S_IRWXO); in ll_hsm_import()