Home
last modified time | relevance | path

Searched refs:OBDO_ALLOC (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_request.c217 OBDO_ALLOC(tmp_oa); in common_attr_done()
324 OBDO_ALLOC(req->rq_oi.oi_oa); in lov_prep_getattr_set()
407 OBDO_ALLOC(req->rq_oi.oi_oa); in lov_prep_destroy_set()
522 OBDO_ALLOC(req->rq_oi.oi_oa); in lov_prep_setattr_set()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dllite_close.c224 OBDO_ALLOC(oa); in ll_som_update()
Dnamei.c933 OBDO_ALLOC(oa); in ll_objects_destroy()
Dllite_lib.c1881 OBDO_ALLOC(oinfo.oi_oa); in ll_iocontrol()
Dfile.c1272 OBDO_ALLOC(oa); in ll_lov_recreate()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_request.c1923 OBDO_ALLOC(oa); in osc_build_rpc()
2975 OBDO_ALLOC(oa); in osc_set_info_async()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_class.h1866 #define OBDO_ALLOC(ptr) \ macro