Lines Matching refs:prealloc_cf
1004 struct ceph_cap_flush *prealloc_cf; member
1044 &aio_req->prealloc_cf); in ceph_aio_complete()
1056 ceph_free_cap_flush(aio_req->prealloc_cf); in ceph_aio_complete()
1292 swap(aio_req->prealloc_cf, *pcf); in ceph_direct_read_write()
1708 struct ceph_cap_flush *prealloc_cf; in ceph_write_iter() local
1720 prealloc_cf = ceph_alloc_cap_flush(); in ceph_write_iter()
1721 if (!prealloc_cf) in ceph_write_iter()
1824 &prealloc_cf); in ceph_write_iter()
1854 &prealloc_cf); in ceph_write_iter()
1889 ceph_free_cap_flush(prealloc_cf); in ceph_write_iter()
2082 struct ceph_cap_flush *prealloc_cf; in ceph_fallocate() local
2095 prealloc_cf = ceph_alloc_cap_flush(); in ceph_fallocate()
2096 if (!prealloc_cf) in ceph_fallocate()
2136 &prealloc_cf); in ceph_fallocate()
2145 ceph_free_cap_flush(prealloc_cf); in ceph_fallocate()
2311 struct ceph_cap_flush *prealloc_cf; in __ceph_copy_file_range() local
2362 prealloc_cf = ceph_alloc_cap_flush(); in __ceph_copy_file_range()
2363 if (!prealloc_cf) in __ceph_copy_file_range()
2470 dirty = __ceph_mark_dirty_caps(dst_ci, CEPH_CAP_FILE_WR, &prealloc_cf); in __ceph_copy_file_range()
2493 ceph_free_cap_flush(prealloc_cf); in __ceph_copy_file_range()