Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_request.c859 oa->o_grant = cli->cl_avail_grant + cli->cl_reserved_grant; in osc_announce_cached()
864 oa->o_dirty, oa->o_undirty, oa->o_dropped, oa->o_grant); in osc_announce_cached()
886 CDEBUG(D_CACHE, "got %llu extra grant\n", body->oa.o_grant); in osc_update_grant()
887 __osc_update_grant(cli, body->oa.o_grant); in osc_update_grant()
904 __osc_update_grant(cli, oa->o_grant); in osc_shrink_grant_interpret()
919 oa->o_grant = cli->cl_avail_grant / 4; in osc_shrink_grant_local()
920 cli->cl_avail_grant -= oa->o_grant; in osc_shrink_grant_local()
972 body->oa.o_grant = cli->cl_avail_grant - target_bytes; in osc_shrink_grant_to_target()
986 __osc_update_grant(cli, body->oa.o_grant); in osc_shrink_grant_to_target()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c1701 __swab64s(&o->o_grant); in lustre_swab_obdo()
2293 CDEBUG(D_RPCTRACE, "obdo: o_grant = %lld\n", oa->o_grant); in dump_obdo()
Dwiretest.c1151 LASSERTF((int)offsetof(struct obdo, o_grant) == 72, "found %lld\n", in lustre_assert_wire_constants()
1152 (long long)(int)offsetof(struct obdo, o_grant)); in lustre_assert_wire_constants()
1153 LASSERTF((int)sizeof(((struct obdo *)0)->o_grant) == 8, "found %lld\n", in lustre_assert_wire_constants()
1154 (long long)(int)sizeof(((struct obdo *)0)->o_grant)); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3254 __u64 o_grant; member