/drivers/staging/lustre/lustre/mdc/ |
D | mdc_lib.c | 43 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()
|
D | mdc_request.c | 339 __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()
|
D | mdc_internal.h | 54 __u32 suppgid, int flags);
|
/drivers/staging/lustre/lustre/include/ |
D | obd_class.h | 1684 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/ |
D | lmv_obd.c | 1527 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/ |
D | wiretest.c | 1925 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()
|
D | pack_generic.c | 1880 __swab32s(&b->suppgid); in lustre_swab_mdt_body()
|
/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 2213 __u32 suppgid; member
|