Home
last modified time | relevance | path

Searched refs:o_gid (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dobdo.c107 dst->o_gid = from_kgid(&init_user_ns, src->i_gid); in obdo_from_inode()
164 if (!in_group_p(make_kgid(&init_user_ns, oa->o_gid)) && in iattr_from_obdo()
173 attr->ia_gid = make_kgid(&init_user_ns, oa->o_gid); in iattr_from_obdo()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c1551 __swab32s(&o->o_gid); in lustre_swab_obdo()
2098 CDEBUG(D_RPCTRACE, "obdo: o_gid = %u\n", oa->o_gid); in dump_obdo()
Dwiretest.c1165 LASSERTF((int)offsetof(struct obdo, o_gid) == 92, "found %lld\n", in lustre_assert_wire_constants()
1166 (long long)(int)offsetof(struct obdo, o_gid)); in lustre_assert_wire_constants()
1167 LASSERTF((int)sizeof(((struct obdo *)0)->o_gid) == 4, "found %lld\n", in lustre_assert_wire_constants()
1168 (long long)(int)sizeof(((struct obdo *)0)->o_gid)); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c1484 unsigned int qid[MAXQUOTAS] = { body->oa.o_uid, body->oa.o_gid }; in osc_brw_fini_request()
1487 body->oa.o_uid, body->oa.o_gid, body->oa.o_valid, in osc_brw_fini_request()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3239 __u32 o_gid; member