[go: nahoru, domu]

Searched defs:suppgid (Results 1 - 5 of 5) sorted by relevance

/drivers/staging/lustre/lustre/mdc/
H A Dmdc_lib.c43 static void __mdc_pack_body(struct mdt_body *b, __u32 suppgid) argument
47 b->suppgid = suppgid;
105 __u64 valid, int ea_size, __u32 suppgid, int flags)
113 __mdc_pack_body(b, suppgid);
103 mdc_pack_body(struct ptlrpc_request *req, const struct lu_fid *fid, struct obd_capa *oc, __u64 valid, int ea_size, __u32 suppgid, int flags) argument
H A Dmdc_request.c339 __u32 suppgid, struct ptlrpc_request **request)
401 rec->sx_suppgid1 = suppgid;
411 mdc_pack_body(req, fid, oc, valid, output_size, suppgid, flags);
447 int flags, __u32 suppgid, struct ptlrpc_request **request)
452 suppgid, request);
2554 struct obd_capa *oc, __u32 suppgid,
2575 mdc_pack_body(req, fid, oc, OBD_MD_FLRMTPERM, 0, suppgid, 0);
333 mdc_xattr_common(struct obd_export *exp, const struct req_format *fmt, const struct lu_fid *fid, struct obd_capa *oc, int opcode, u64 valid, const char *xattr_name, const char *input, int input_size, int output_size, int flags, __u32 suppgid, struct ptlrpc_request **request) argument
444 mdc_setxattr(struct obd_export *exp, const struct lu_fid *fid, struct obd_capa *oc, u64 valid, const char *xattr_name, const char *input, int input_size, int output_size, int flags, __u32 suppgid, struct ptlrpc_request **request) argument
2553 mdc_get_remote_perm(struct obd_export *exp, const struct lu_fid *fid, struct obd_capa *oc, __u32 suppgid, struct ptlrpc_request **request) argument
/drivers/staging/lustre/lustre/lmv/
H A Dlmv_obd.c1527 int flags, __u32 suppgid,
1544 input_size, output_size, flags, suppgid,
2652 struct obd_capa *oc, __u32 suppgid,
2668 rc = md_get_remote_perm(tgt->ltd_exp, fid, oc, suppgid, request);
1524 lmv_setxattr(struct obd_export *exp, const struct lu_fid *fid, struct obd_capa *oc, u64 valid, const char *name, const char *input, int input_size, int output_size, int flags, __u32 suppgid, struct ptlrpc_request **request) argument
2650 lmv_get_remote_perm(struct obd_export *exp, const struct lu_fid *fid, struct obd_capa *oc, __u32 suppgid, struct ptlrpc_request **request) argument
/drivers/staging/lustre/lustre/include/
H A Dobd_class.h1684 int output_size, int flags, __u32 suppgid,
1691 suppgid, request);
1775 struct obd_capa *oc, __u32 suppgid,
1780 return MDP(exp->exp_obd, get_remote_perm)(exp, fid, oc, suppgid,
1680 md_setxattr(struct obd_export *exp, const struct lu_fid *fid, struct obd_capa *oc, u64 valid, const char *name, const char *input, int input_size, int output_size, int flags, __u32 suppgid, struct ptlrpc_request **request) argument
1773 md_get_remote_perm(struct obd_export *exp, const struct lu_fid *fid, struct obd_capa *oc, __u32 suppgid, struct ptlrpc_request **request) argument
/drivers/staging/lustre/lustre/include/lustre/
H A Dlustre_idl.h2213 __u32 suppgid; member in struct:mdt_body

Completed in 83 milliseconds