Home
last modified time | relevance | path

Searched refs:o_grant (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/lustre/lustre/osc/
Dosc_request.c828 oa->o_grant = cli->cl_avail_grant + cli->cl_reserved_grant; in osc_announce_cached()
833 oa->o_dirty, oa->o_undirty, oa->o_dropped, oa->o_grant); in osc_announce_cached()
855 CDEBUG(D_CACHE, "got %llu extra grant\n", body->oa.o_grant); in osc_update_grant()
856 __osc_update_grant(cli, body->oa.o_grant); in osc_update_grant()
873 __osc_update_grant(cli, oa->o_grant); in osc_shrink_grant_interpret()
888 oa->o_grant = cli->cl_avail_grant / 4; in osc_shrink_grant_local()
889 cli->cl_avail_grant -= oa->o_grant; in osc_shrink_grant_local()
941 body->oa.o_grant = cli->cl_avail_grant - target_bytes; in osc_shrink_grant_to_target()
955 __osc_update_grant(cli, body->oa.o_grant); in osc_shrink_grant_to_target()
/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c1547 __swab64s(&o->o_grant); in lustre_swab_obdo()
2086 CDEBUG(D_RPCTRACE, "obdo: o_grant = %lld\n", oa->o_grant); in dump_obdo()
Dwiretest.c1149 LASSERTF((int)offsetof(struct obdo, o_grant) == 72, "found %lld\n", in lustre_assert_wire_constants()
1150 (long long)(int)offsetof(struct obdo, o_grant)); in lustre_assert_wire_constants()
1151 LASSERTF((int)sizeof(((struct obdo *)0)->o_grant) == 8, "found %lld\n", in lustre_assert_wire_constants()
1152 (long long)(int)sizeof(((struct obdo *)0)->o_grant)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3233 __u64 o_grant; member