Lines Matching refs:rw
1136 int rw) in xfs_buf_ioapply_map() argument
1199 submit_bio(rw, bio); in xfs_buf_ioapply_map()
1219 int rw; in _xfs_buf_ioapply() local
1239 rw = WRITE_SYNC; in _xfs_buf_ioapply()
1241 rw = WRITE; in _xfs_buf_ioapply()
1243 rw |= REQ_FUA; in _xfs_buf_ioapply()
1245 rw |= REQ_FLUSH; in _xfs_buf_ioapply()
1275 rw = READA; in _xfs_buf_ioapply()
1277 rw = READ; in _xfs_buf_ioapply()
1281 rw |= REQ_META; in _xfs_buf_ioapply()
1293 xfs_buf_ioapply_map(bp, i, &offset, &size, rw); in _xfs_buf_ioapply()