Searched refs:ost_body_only (Results 1 – 1 of 1) sorted by relevance
/drivers/staging/lustre/lustre/ptlrpc/ |
D | layout.c | 564 static const struct req_msg_field *ost_body_only[] = { variable 1564 DEFINE_REQ_FMT0("OST_GETATTR", ost_body_capa, ost_body_only); 1568 DEFINE_REQ_FMT0("OST_SETATTR", ost_body_capa, ost_body_only); 1572 DEFINE_REQ_FMT0("OST_CREATE", ost_body_only, ost_body_only); 1576 DEFINE_REQ_FMT0("OST_PUNCH", ost_body_capa, ost_body_only); 1580 DEFINE_REQ_FMT0("OST_SYNC", ost_body_capa, ost_body_only); 1584 DEFINE_REQ_FMT0("OST_DESTROY", ost_destroy_client, ost_body_only); 1601 ost_body_only);
|