Searched refs:S_IRWXG (Results 1 – 11 of 11) sorted by relevance
331 mode = (mode & ~S_IRWXG) | in posix_acl_equiv_mode()363 acl->a_entries[1].e_perm = (mode & S_IRWXG) >> 3; in posix_acl_from_mode()496 mode &= (mask_obj->e_perm << 3) | ~S_IRWXG; in posix_acl_create_masq()501 mode &= (group_obj->e_perm << 3) | ~S_IRWXG; in posix_acl_create_masq()546 mask_obj->e_perm = (mode & S_IRWXG) >> 3; in __posix_acl_chmod_masq()550 group_obj->e_perm = (mode & S_IRWXG) >> 3; in __posix_acl_chmod_masq()
354 if (IS_POSIXACL(inode) && (mode & S_IRWXG)) { in acl_permission_check()
9 #define S_IRWXUGO (S_IRWXU|S_IRWXG|S_IRWXO)
8 #define S_IRWXUGO (S_IRWXU|S_IRWXG|S_IRWXO)
34 #define S_IRWXG 00070 macro
351 mode &= (mask_obj->e_perm << 3) | ~S_IRWXG; in f2fs_acl_create_masq()356 mode &= (group_obj->e_perm << 3) | ~S_IRWXG; in f2fs_acl_create_masq()
49 #define S_IRWXG 00070 macro
23 #define ADFS_DEFAULT_OTHER_MASK (S_IRWXG | S_IRWXO)
248 fattr->cf_mode |= S_IFLNK | S_IRWXU | S_IRWXG | S_IRWXO; in check_mf_symlink()
352 fchmod(ofd, ist.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO)); in main()