Lines Matching refs:prealloc_cf
1269 struct ceph_cap_flush *prealloc_cf; member
1309 &aio_req->prealloc_cf); in ceph_aio_complete()
1321 ceph_free_cap_flush(aio_req->prealloc_cf); in ceph_aio_complete()
1583 swap(aio_req->prealloc_cf, *pcf); in ceph_direct_read_write()
2336 struct ceph_cap_flush *prealloc_cf; in ceph_write_iter() local
2351 prealloc_cf = ceph_alloc_cap_flush(); in ceph_write_iter()
2352 if (!prealloc_cf) in ceph_write_iter()
2446 &prealloc_cf); in ceph_write_iter()
2473 &prealloc_cf); in ceph_write_iter()
2508 ceph_free_cap_flush(prealloc_cf); in ceph_write_iter()
2674 struct ceph_cap_flush *prealloc_cf; in ceph_fallocate() local
2694 prealloc_cf = ceph_alloc_cap_flush(); in ceph_fallocate()
2695 if (!prealloc_cf) in ceph_fallocate()
2734 &prealloc_cf); in ceph_fallocate()
2745 ceph_free_cap_flush(prealloc_cf); in ceph_fallocate()
2970 struct ceph_cap_flush *prealloc_cf; in __ceph_copy_file_range() local
3026 prealloc_cf = ceph_alloc_cap_flush(); in __ceph_copy_file_range()
3027 if (!prealloc_cf) in __ceph_copy_file_range()
3135 dirty = __ceph_mark_dirty_caps(dst_ci, CEPH_CAP_FILE_WR, &prealloc_cf); in __ceph_copy_file_range()
3158 ceph_free_cap_flush(prealloc_cf); in __ceph_copy_file_range()