Lines Matching refs:rw
1134 int rw) in xfs_buf_ioapply_map() argument
1197 submit_bio(rw, bio); in xfs_buf_ioapply_map()
1217 int rw; in _xfs_buf_ioapply() local
1237 rw = WRITE_SYNC; in _xfs_buf_ioapply()
1239 rw = WRITE; in _xfs_buf_ioapply()
1241 rw |= REQ_FUA; in _xfs_buf_ioapply()
1243 rw |= REQ_FLUSH; in _xfs_buf_ioapply()
1273 rw = READA; in _xfs_buf_ioapply()
1275 rw = READ; in _xfs_buf_ioapply()
1279 rw |= REQ_META; in _xfs_buf_ioapply()
1291 xfs_buf_ioapply_map(bp, i, &offset, &size, rw); in _xfs_buf_ioapply()