Searched refs:group_obj (Results 1 – 3 of 3) sorted by relevance
383 struct posix_acl_entry *group_obj = NULL, *mask_obj = NULL; in posix_acl_create_masq() local402 group_obj = pa; in posix_acl_create_masq()424 if (!group_obj) in posix_acl_create_masq()426 group_obj->e_perm &= (mode >> 3) | ~S_IRWXO; in posix_acl_create_masq()427 mode &= (group_obj->e_perm << 3) | ~S_IRWXG; in posix_acl_create_masq()439 struct posix_acl_entry *group_obj = NULL, *mask_obj = NULL; in __posix_acl_chmod_masq() local455 group_obj = pa; in __posix_acl_chmod_masq()474 if (!group_obj) in __posix_acl_chmod_masq()476 group_obj->e_perm = (mode & S_IRWXG) >> 3; in __posix_acl_chmod_masq()
221 *group_obj = NULL, *mask = NULL; in posix_acl_from_nfsacl() local235 group_obj = pa; in posix_acl_from_nfsacl()244 if (acl->a_count == 4 && group_obj && mask && in posix_acl_from_nfsacl()245 mask->e_perm == group_obj->e_perm) { in posix_acl_from_nfsacl()
281 struct posix_acl_entry *group_obj = NULL, *mask_obj = NULL; in f2fs_acl_create_masq() local300 group_obj = pa; in f2fs_acl_create_masq()322 if (!group_obj) in f2fs_acl_create_masq()324 group_obj->e_perm &= (mode >> 3) | ~S_IRWXO; in f2fs_acl_create_masq()325 mode &= (group_obj->e_perm << 3) | ~S_IRWXG; in f2fs_acl_create_masq()