Lines Matching refs:prealloc_cf
1275 struct ceph_cap_flush *prealloc_cf; member
1315 &aio_req->prealloc_cf); in ceph_aio_complete()
1327 ceph_free_cap_flush(aio_req->prealloc_cf); in ceph_aio_complete()
1589 swap(aio_req->prealloc_cf, *pcf); in ceph_direct_read_write()
2341 struct ceph_cap_flush *prealloc_cf; in ceph_write_iter() local
2356 prealloc_cf = ceph_alloc_cap_flush(); in ceph_write_iter()
2357 if (!prealloc_cf) in ceph_write_iter()
2451 &prealloc_cf); in ceph_write_iter()
2478 &prealloc_cf); in ceph_write_iter()
2513 ceph_free_cap_flush(prealloc_cf); in ceph_write_iter()
2664 struct ceph_cap_flush *prealloc_cf; in ceph_fallocate() local
2684 prealloc_cf = ceph_alloc_cap_flush(); in ceph_fallocate()
2685 if (!prealloc_cf) in ceph_fallocate()
2724 &prealloc_cf); in ceph_fallocate()
2735 ceph_free_cap_flush(prealloc_cf); in ceph_fallocate()
2960 struct ceph_cap_flush *prealloc_cf; in __ceph_copy_file_range() local
3016 prealloc_cf = ceph_alloc_cap_flush(); in __ceph_copy_file_range()
3017 if (!prealloc_cf) in __ceph_copy_file_range()
3125 dirty = __ceph_mark_dirty_caps(dst_ci, CEPH_CAP_FILE_WR, &prealloc_cf); in __ceph_copy_file_range()
3148 ceph_free_cap_flush(prealloc_cf); in __ceph_copy_file_range()