Lines Matching refs:prealloc_cf
967 struct ceph_cap_flush *prealloc_cf; member
1007 &aio_req->prealloc_cf); in ceph_aio_complete()
1019 ceph_free_cap_flush(aio_req->prealloc_cf); in ceph_aio_complete()
1255 swap(aio_req->prealloc_cf, *pcf); in ceph_direct_read_write()
1671 struct ceph_cap_flush *prealloc_cf; in ceph_write_iter() local
1683 prealloc_cf = ceph_alloc_cap_flush(); in ceph_write_iter()
1684 if (!prealloc_cf) in ceph_write_iter()
1787 &prealloc_cf); in ceph_write_iter()
1817 &prealloc_cf); in ceph_write_iter()
1850 ceph_free_cap_flush(prealloc_cf); in ceph_write_iter()
2043 struct ceph_cap_flush *prealloc_cf; in ceph_fallocate() local
2056 prealloc_cf = ceph_alloc_cap_flush(); in ceph_fallocate()
2057 if (!prealloc_cf) in ceph_fallocate()
2097 &prealloc_cf); in ceph_fallocate()
2106 ceph_free_cap_flush(prealloc_cf); in ceph_fallocate()
2272 struct ceph_cap_flush *prealloc_cf; in __ceph_copy_file_range() local
2323 prealloc_cf = ceph_alloc_cap_flush(); in __ceph_copy_file_range()
2324 if (!prealloc_cf) in __ceph_copy_file_range()
2431 dirty = __ceph_mark_dirty_caps(dst_ci, CEPH_CAP_FILE_WR, &prealloc_cf); in __ceph_copy_file_range()
2454 ceph_free_cap_flush(prealloc_cf); in __ceph_copy_file_range()