Lines Matching full:aspect
91 aspect and only a few fields relate exclusively to the cache aspect.
134 buf. Comparison will show that the I/O aspect of struct buf is in
139 represent the I/O aspect. All the new fields relate to the cache
140 aspect, link buffers to the VM system, provide hacks for file-systems
196 Still we find that the I/O aspect of struct buf is in essence unchanged. A couple of fields have b…
204 have been removed etc but the I/O aspect of struct buf is still only
206 bytes in a struct buf are used for the I/O aspect and struct buf
251 \(bu The I/O aspect of
256 need only the I/O aspect, not the vnode, caching or VM linkage.
259 The I/O aspect of struct buf should be put in a separate \f(CWstruct bio\fP.
290 separation of the I/O aspect into its own data structure?
294 the I/O aspect of struct buf can also be added to or done
295 with the I/O aspect if it lives in a new "struct bio".
300 and considering the fact that it is the I/O aspect which gets separated
302 obviously the new structure for the I/O aspect gets a new name.
330 \(bu General status for non I/O aspect consumers of struct buf.
418 which only care about the I/O aspect: device drivers, diskslice/label.