Lines Matching refs:prealloc_cf
1061 struct ceph_cap_flush *prealloc_cf; member
1100 &aio_req->prealloc_cf); in ceph_aio_complete()
1112 ceph_free_cap_flush(aio_req->prealloc_cf); in ceph_aio_complete()
1351 swap(aio_req->prealloc_cf, *pcf); in ceph_direct_read_write()
1763 struct ceph_cap_flush *prealloc_cf; in ceph_write_iter() local
1778 prealloc_cf = ceph_alloc_cap_flush(); in ceph_write_iter()
1779 if (!prealloc_cf) in ceph_write_iter()
1875 &prealloc_cf); in ceph_write_iter()
1904 &prealloc_cf); in ceph_write_iter()
1939 ceph_free_cap_flush(prealloc_cf); in ceph_write_iter()
2088 struct ceph_cap_flush *prealloc_cf; in ceph_fallocate() local
2101 prealloc_cf = ceph_alloc_cap_flush(); in ceph_fallocate()
2102 if (!prealloc_cf) in ceph_fallocate()
2137 &prealloc_cf); in ceph_fallocate()
2147 ceph_free_cap_flush(prealloc_cf); in ceph_fallocate()
2369 struct ceph_cap_flush *prealloc_cf; in __ceph_copy_file_range() local
2420 prealloc_cf = ceph_alloc_cap_flush(); in __ceph_copy_file_range()
2421 if (!prealloc_cf) in __ceph_copy_file_range()
2529 dirty = __ceph_mark_dirty_caps(dst_ci, CEPH_CAP_FILE_WR, &prealloc_cf); in __ceph_copy_file_range()
2552 ceph_free_cap_flush(prealloc_cf); in __ceph_copy_file_range()