Home
last modified time | relevance | path

Searched refs:suppgid (Results 1 – 8 of 8) sorted by relevance

/drivers/staging/lustre/lustre/mdc/
Dmdc_lib.c43 static void __mdc_pack_body(struct mdt_body *b, __u32 suppgid) in __mdc_pack_body() argument
47 b->suppgid = suppgid; in __mdc_pack_body()
105 __u64 valid, int ea_size, __u32 suppgid, int flags) in mdc_pack_body() argument
113 __mdc_pack_body(b, suppgid); in mdc_pack_body()
Dmdc_request.c339 __u32 suppgid, struct ptlrpc_request **request) in mdc_xattr_common() argument
401 rec->sx_suppgid1 = suppgid; in mdc_xattr_common()
411 mdc_pack_body(req, fid, oc, valid, output_size, suppgid, flags); in mdc_xattr_common()
447 int flags, __u32 suppgid, struct ptlrpc_request **request) in mdc_setxattr() argument
452 suppgid, request); in mdc_setxattr()
2554 struct obd_capa *oc, __u32 suppgid, in mdc_get_remote_perm() argument
2575 mdc_pack_body(req, fid, oc, OBD_MD_FLRMTPERM, 0, suppgid, 0); in mdc_get_remote_perm()
Dmdc_internal.h54 __u32 suppgid, int flags);
/drivers/staging/lustre/lustre/include/
Dobd_class.h1684 int output_size, int flags, __u32 suppgid, in md_setxattr() argument
1691 suppgid, request); in md_setxattr()
1775 struct obd_capa *oc, __u32 suppgid, in md_get_remote_perm() argument
1780 return MDP(exp->exp_obd, get_remote_perm)(exp, fid, oc, suppgid, in md_get_remote_perm()
/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c1527 int flags, __u32 suppgid, in lmv_setxattr() argument
1544 input_size, output_size, flags, suppgid, in lmv_setxattr()
2652 struct obd_capa *oc, __u32 suppgid, in lmv_get_remote_perm() argument
2668 rc = md_get_remote_perm(tgt->ltd_exp, fid, oc, suppgid, request); in lmv_get_remote_perm()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1925 LASSERTF((int)offsetof(struct mdt_body, suppgid) == 144, "found %lld\n", in lustre_assert_wire_constants()
1926 (long long)(int)offsetof(struct mdt_body, suppgid)); in lustre_assert_wire_constants()
1927 LASSERTF((int)sizeof(((struct mdt_body *)0)->suppgid) == 4, "found %lld\n", in lustre_assert_wire_constants()
1928 (long long)(int)sizeof(((struct mdt_body *)0)->suppgid)); in lustre_assert_wire_constants()
Dpack_generic.c1880 __swab32s(&b->suppgid); in lustre_swab_mdt_body()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2213 __u32 suppgid; member