Home
last modified time | relevance | path

Searched refs:lustre_capa (Results 1 – 15 of 15) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_capa.h83 struct lustre_capa c_capa; /* capa */
101 static inline struct lu_fid *capa_fid(struct lustre_capa *capa) in capa_fid()
106 static inline __u64 capa_opc(struct lustre_capa *capa) in capa_opc()
111 static inline __u64 capa_uid(struct lustre_capa *capa) in capa_uid()
116 static inline __u64 capa_gid(struct lustre_capa *capa) in capa_gid()
121 static inline __u32 capa_flags(struct lustre_capa *capa) in capa_flags()
126 static inline __u32 capa_alg(struct lustre_capa *capa) in capa_alg()
131 static inline __u32 capa_keyid(struct lustre_capa *capa) in capa_keyid()
146 static inline __u32 capa_timeout(struct lustre_capa *capa) in capa_timeout()
151 static inline __u32 capa_expiry(struct lustre_capa *capa) in capa_expiry()
[all …]
Ddt_object.h311 struct lustre_capa *capa);
325 struct lustre_capa *capa);
333 struct lustre_capa *capa);
349 struct lustre_capa *capa);
361 struct lustre_capa *capa);
370 struct lustre_capa *capa);
442 struct lustre_capa *old,
472 struct lustre_capa *capa);
482 struct thandle *handle, struct lustre_capa *capa,
497 int rw, struct lustre_capa *capa);
[all …]
Dobd.h1185 struct obd_trans_info *oti, struct lustre_capa *capa);
1400 static inline struct lustre_capa *oinfo_capa(struct obd_info *oinfo) in oinfo_capa()
Dobd_class.h1215 struct lustre_capa *capa) in obd_preprw()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcapa.c151 static struct obd_capa *find_capa(struct lustre_capa *capa, in find_capa()
155 int len = alive ? offsetof(struct lustre_capa, lc_keyid):sizeof(*capa); in find_capa()
193 struct obd_capa *capa_add(struct hlist_head *hash, struct lustre_capa *capa) in capa_add()
224 struct obd_capa *capa_lookup(struct hlist_head *hash, struct lustre_capa *capa, in capa_lookup()
259 int capa_hmac(__u8 *hmac, struct lustre_capa *capa, __u8 *key) in capa_hmac()
282 offsetof(struct lustre_capa, lc_hmac), in capa_hmac()
402 *(struct lustre_capa *)capa = ocapa->c_capa; in capa_cpy()
407 void _debug_capa(struct lustre_capa *c, in _debug_capa()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dllite_capa.c71 static int ll_update_capa(struct obd_capa *ocapa, struct lustre_capa *capa);
399 struct lustre_capa *capa = &ocapa->c_capa; in do_add_mds_capa()
464 struct lustre_capa *capa = &ocapa->c_capa; in do_add_oss_capa()
520 static int ll_update_capa(struct obd_capa *ocapa, struct lustre_capa *capa) in ll_update_capa()
563 offsetof(struct lustre_capa, lc_opc))); in ll_update_capa()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3851 LASSERTF((int)sizeof(struct lustre_capa) == 120, "found %lld\n", in lustre_assert_wire_constants()
3852 (long long)(int)sizeof(struct lustre_capa)); in lustre_assert_wire_constants()
3853 LASSERTF((int)offsetof(struct lustre_capa, lc_fid) == 0, "found %lld\n", in lustre_assert_wire_constants()
3854 (long long)(int)offsetof(struct lustre_capa, lc_fid)); in lustre_assert_wire_constants()
3855 LASSERTF((int)sizeof(((struct lustre_capa *)0)->lc_fid) == 16, "found %lld\n", in lustre_assert_wire_constants()
3856 (long long)(int)sizeof(((struct lustre_capa *)0)->lc_fid)); in lustre_assert_wire_constants()
3857 LASSERTF((int)offsetof(struct lustre_capa, lc_opc) == 16, "found %lld\n", in lustre_assert_wire_constants()
3858 (long long)(int)offsetof(struct lustre_capa, lc_opc)); in lustre_assert_wire_constants()
3859 LASSERTF((int)sizeof(((struct lustre_capa *)0)->lc_opc) == 8, "found %lld\n", in lustre_assert_wire_constants()
3860 (long long)(int)sizeof(((struct lustre_capa *)0)->lc_opc)); in lustre_assert_wire_constants()
[all …]
Dlayout.c1040 DEFINE_MSGF("capa", 0, sizeof(struct lustre_capa),
1045 DEFINE_MSGF("capa", 0, sizeof(struct lustre_capa),
Dpack_generic.c2419 void lustre_swab_lustre_capa(struct lustre_capa *c) in lustre_swab_lustre_capa()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3480 struct lustre_capa { struct
3492 extern void lustre_swab_lustre_capa(struct lustre_capa *c); argument
3524 static inline int capa_for_mds(struct lustre_capa *c) in capa_for_mds()
3529 static inline int capa_for_oss(struct lustre_capa *c) in capa_for_oss()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_reint.c302 struct lustre_capa *capa; in mdc_create()
Dmdc_locks.c709 struct lustre_capa *capa, *p; in mdc_finish_enqueue()
723 struct lustre_capa *capa; in mdc_finish_enqueue()
Dmdc_lib.c60 struct lustre_capa *c; in mdc_pack_capa()
Dmdc_request.c66 struct lustre_capa *capa; in mdc_unpack_capa()
207 struct lustre_capa *capa; in mdc_getattr_common()
2599 struct lustre_capa *capa; in mdc_interpret_renew_capa()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_request.c197 struct lustre_capa *c; in osc_pack_capa()