Searched refs:group_obj (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/nfs_common/
H A Dnfsacl.c293 *group_obj = NULL, *mask = NULL; local
307 group_obj = pa;
316 if (acl->a_count == 4 && group_obj && mask &&
317 mask->e_perm == group_obj->e_perm) {
/linux-master/fs/f2fs/
H A Dacl.c312 struct posix_acl_entry *group_obj = NULL, *mask_obj = NULL; local
331 group_obj = pa;
353 if (!group_obj)
355 group_obj->e_perm &= (mode >> 3) | ~S_IRWXO;
356 mode &= (group_obj->e_perm << 3) | ~S_IRWXG;
/linux-master/fs/
H A Dposix_acl.c456 struct posix_acl_entry *group_obj = NULL, *mask_obj = NULL; local
475 group_obj = pa;
497 if (!group_obj)
499 group_obj->e_perm &= (mode >> 3) | ~S_IRWXO;
500 mode &= (group_obj->e_perm << 3) | ~S_IRWXG;
512 struct posix_acl_entry *group_obj = NULL, *mask_obj = NULL; local
528 group_obj = pa;
547 if (!group_obj)
549 group_obj->e_perm = (mode & S_IRWXG) >> 3;

Completed in 254 milliseconds