Lines Matching refs:prealloc_cf
1180 struct ceph_cap_flush *prealloc_cf; member
1219 &aio_req->prealloc_cf); in ceph_aio_complete()
1231 ceph_free_cap_flush(aio_req->prealloc_cf); in ceph_aio_complete()
1476 swap(aio_req->prealloc_cf, *pcf); in ceph_direct_read_write()
2233 struct ceph_cap_flush *prealloc_cf; in ceph_write_iter() local
2248 prealloc_cf = ceph_alloc_cap_flush(); in ceph_write_iter()
2249 if (!prealloc_cf) in ceph_write_iter()
2342 &prealloc_cf); in ceph_write_iter()
2369 &prealloc_cf); in ceph_write_iter()
2404 ceph_free_cap_flush(prealloc_cf); in ceph_write_iter()
2555 struct ceph_cap_flush *prealloc_cf; in ceph_fallocate() local
2574 prealloc_cf = ceph_alloc_cap_flush(); in ceph_fallocate()
2575 if (!prealloc_cf) in ceph_fallocate()
2614 &prealloc_cf); in ceph_fallocate()
2625 ceph_free_cap_flush(prealloc_cf); in ceph_fallocate()
2847 struct ceph_cap_flush *prealloc_cf; in __ceph_copy_file_range() local
2902 prealloc_cf = ceph_alloc_cap_flush(); in __ceph_copy_file_range()
2903 if (!prealloc_cf) in __ceph_copy_file_range()
3010 dirty = __ceph_mark_dirty_caps(dst_ci, CEPH_CAP_FILE_WR, &prealloc_cf); in __ceph_copy_file_range()
3033 ceph_free_cap_flush(prealloc_cf); in __ceph_copy_file_range()