Lines Matching refs:be
9 defines some common obligatory attributes, but user attributes can be added as
19 user is intended to be the pNFS-over-objects layout driver, which uses objects
25 currently has no useful user-mode API, though it could have if need be.
62 But even though, it should be intuitive and easy to use. Perhaps over time an
67 and initializes some global pools. This should be done once per scsi_device
82 c. osd_req_add_{get,set}_attr_* may be called to add get/set attributes to the
83 CDB. "List" or "Page" mode can be used exclusively. The attribute-list API
84 can be called multiple times on the same request. However, only one
85 attribute-page can be read, as mandated by the OSD standard.
91 e. osd_execute_request() may be called to execute the request via the block
92 layer and wait for its completion. The request can be executed
95 f. After execution, osd_req_decode_sense() can be called to decode the request's
98 g. osd_req_decode_get_attr() may be called to retrieve osd_add_get_attr_list()
101 h. osd_end_request() must be called to deallocate the request and any resource
103 stage and it must always be called after a successful osd_start_request().
108 members in the CDB. Up to 3 segments can be deployed in the IN-Buffer and up to
165 last scatter chain can be incomplete and all the middle chains are of PAGE_SIZE.
167 layer, is to describe a vector of buffers that will be transferred to/from the
184 More up-to-date information can be found on: