Searched refs:lrp_gid (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | remote_perm.c | 137 if (lrp->lrp_gid != from_kgid(&init_user_ns, current_gid())) in do_check_remote_perm() 153 lrp->lrp_uid, lrp->lrp_gid, lrp->lrp_fsuid, lrp->lrp_fsgid, in do_check_remote_perm() 206 if (tmp->lrp_gid != perm->rp_gid) in ll_update_remote_perm() 231 lrp->lrp_gid = perm->rp_gid; in ll_update_remote_perm() 240 lrp, lrp->lrp_uid, lrp->lrp_gid, lrp->lrp_fsuid, lrp->lrp_fsgid, in ll_update_remote_perm()
|
D | llite_internal.h | 99 gid_t lrp_gid; member
|