Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_lib.c42 static void __mdc_pack_body(struct mdt_body *b, __u32 suppgid) in __mdc_pack_body() argument
46 b->suppgid = suppgid; in __mdc_pack_body()
82 __u64 valid, int ea_size, __u32 suppgid, int flags) in mdc_pack_body() argument
90 __mdc_pack_body(b, suppgid); in mdc_pack_body()
Dmdc_internal.h46 __u64 valid, int ea_size, __u32 suppgid, int flags);
Dmdc_request.c283 __u32 suppgid, struct ptlrpc_request **request) in mdc_xattr_common() argument
344 rec->sx_suppgid1 = suppgid; in mdc_xattr_common()
353 mdc_pack_body(req, fid, valid, output_size, suppgid, flags); in mdc_xattr_common()
389 int flags, __u32 suppgid, in mdc_setxattr() argument
395 suppgid, request); in mdc_setxattr()
2429 __u32 suppgid, struct ptlrpc_request **request) in mdc_get_remote_perm() argument
2447 mdc_pack_body(req, fid, OBD_MD_FLRMTPERM, 0, suppgid, 0); in mdc_get_remote_perm()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd_class.h1609 int output_size, int flags, __u32 suppgid, in md_setxattr() argument
1616 suppgid, request); in md_setxattr()
1698 const struct lu_fid *fid, __u32 suppgid, in md_get_remote_perm() argument
1703 return MDP(exp->exp_obd, get_remote_perm)(exp, fid, suppgid, in md_get_remote_perm()
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c1482 int flags, __u32 suppgid, in lmv_setxattr() argument
1499 input_size, output_size, flags, suppgid, in lmv_setxattr()
2607 __u32 suppgid, struct ptlrpc_request **request) in lmv_get_remote_perm() argument
2622 rc = md_get_remote_perm(tgt->ltd_exp, fid, suppgid, request); in lmv_get_remote_perm()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1923 LASSERTF((int)offsetof(struct mdt_body, suppgid) == 144, "found %lld\n", in lustre_assert_wire_constants()
1924 (long long)(int)offsetof(struct mdt_body, suppgid)); in lustre_assert_wire_constants()
1925 LASSERTF((int)sizeof(((struct mdt_body *)0)->suppgid) == 4, "found %lld\n", in lustre_assert_wire_constants()
1926 (long long)(int)sizeof(((struct mdt_body *)0)->suppgid)); in lustre_assert_wire_constants()
Dpack_generic.c1697 __swab32s(&b->suppgid); in lustre_swab_mdt_body()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2223 __u32 suppgid; member