Lines Matching refs:prealloc_cf
975 struct ceph_cap_flush *prealloc_cf; member
1015 &aio_req->prealloc_cf); in ceph_aio_complete()
1027 ceph_free_cap_flush(aio_req->prealloc_cf); in ceph_aio_complete()
1262 swap(aio_req->prealloc_cf, *pcf); in ceph_direct_read_write()
1672 struct ceph_cap_flush *prealloc_cf; in ceph_write_iter() local
1684 prealloc_cf = ceph_alloc_cap_flush(); in ceph_write_iter()
1685 if (!prealloc_cf) in ceph_write_iter()
1787 &prealloc_cf); in ceph_write_iter()
1817 &prealloc_cf); in ceph_write_iter()
1852 ceph_free_cap_flush(prealloc_cf); in ceph_write_iter()
2045 struct ceph_cap_flush *prealloc_cf; in ceph_fallocate() local
2058 prealloc_cf = ceph_alloc_cap_flush(); in ceph_fallocate()
2059 if (!prealloc_cf) in ceph_fallocate()
2100 &prealloc_cf); in ceph_fallocate()
2110 ceph_free_cap_flush(prealloc_cf); in ceph_fallocate()
2276 struct ceph_cap_flush *prealloc_cf; in __ceph_copy_file_range() local
2327 prealloc_cf = ceph_alloc_cap_flush(); in __ceph_copy_file_range()
2328 if (!prealloc_cf) in __ceph_copy_file_range()
2435 dirty = __ceph_mark_dirty_caps(dst_ci, CEPH_CAP_FILE_WR, &prealloc_cf); in __ceph_copy_file_range()
2458 ceph_free_cap_flush(prealloc_cf); in __ceph_copy_file_range()