Lines Matching full:of

9  * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in the
14 * 3. Neither the name of IBM nor the names of its contributors
19 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
35 #define VIRTIO_BLK_F_SEG_MAX 2 /* Indicates maximum # of segments */
38 #define VIRTIO_BLK_F_BLK_SIZE 6 /* Block size of disk is available*/
65 /* The maximum number of segments (if VIRTIO_BLK_F_SEG_MAX) */
67 /* geometry of the device (if VIRTIO_BLK_F_GEOMETRY) */
74 /* block size of device (if VIRTIO_BLK_F_BLK_SIZE) */
91 /* number of vqs, only available when VIRTIO_BLK_F_MQ is set */
101 * The maximum number of discard segments in a
105 /* Discard commands must be aligned to this number of sectors. */
110 * The maximum number of write zeroes sectors (in 512-byte sectors) in
115 * The maximum number of segments in a write zeroes
121 * deallocation of one or more of the sectors.
134 * The maximum number of secure erase segments in a
138 /* Secure erase commands must be aligned to this number of sectors. */
160 * VIRTIO_BLK_T_BARRIER. VIRTIO_BLK_T_FLUSH is a command of its own
161 * and may not be combined with any of the other flags.
217 * this is the first element of the read scatter-gather list.
240 * Zone descriptor. A part of VIRTIO_BLK_T_ZONE_REPORT command reply.
245 /* The starting sector of the zone */
274 * Zone states that are available for zones of all types.
301 /* number of discard/write zeroes sectors */
316 /* And this is the final byte of the write scatter-gather list. */