group_obj         281 fs/f2fs/acl.c  	struct posix_acl_entry *group_obj = NULL, *mask_obj = NULL;
group_obj         300 fs/f2fs/acl.c  			group_obj = pa;
group_obj         322 fs/f2fs/acl.c  		if (!group_obj)
group_obj         324 fs/f2fs/acl.c  		group_obj->e_perm &= (mode >> 3) | ~S_IRWXO;
group_obj         325 fs/f2fs/acl.c  		mode &= (group_obj->e_perm << 3) | ~S_IRWXG;
group_obj         222 fs/nfs_common/nfsacl.c 	       *group_obj = NULL, *mask = NULL;
group_obj         236 fs/nfs_common/nfsacl.c 				group_obj = pa;
group_obj         245 fs/nfs_common/nfsacl.c 	if (acl->a_count == 4 && group_obj && mask &&
group_obj         246 fs/nfs_common/nfsacl.c 	    mask->e_perm == group_obj->e_perm) {
group_obj         419 fs/posix_acl.c 	struct posix_acl_entry *group_obj = NULL, *mask_obj = NULL;
group_obj         438 fs/posix_acl.c 				group_obj = pa;
group_obj         460 fs/posix_acl.c 		if (!group_obj)
group_obj         462 fs/posix_acl.c 		group_obj->e_perm &= (mode >> 3) | ~S_IRWXO;
group_obj         463 fs/posix_acl.c 		mode &= (group_obj->e_perm << 3) | ~S_IRWXG;
group_obj         475 fs/posix_acl.c 	struct posix_acl_entry *group_obj = NULL, *mask_obj = NULL;
group_obj         491 fs/posix_acl.c 				group_obj = pa;
group_obj         510 fs/posix_acl.c 		if (!group_obj)
group_obj         512 fs/posix_acl.c 		group_obj->e_perm = (mode & S_IRWXG) >> 3;