Lines Matching refs:prealloc_cf
1010 struct ceph_cap_flush *prealloc_cf; member
1050 &aio_req->prealloc_cf); in ceph_aio_complete()
1062 ceph_free_cap_flush(aio_req->prealloc_cf); in ceph_aio_complete()
1297 swap(aio_req->prealloc_cf, *pcf); in ceph_direct_read_write()
1707 struct ceph_cap_flush *prealloc_cf; in ceph_write_iter() local
1719 prealloc_cf = ceph_alloc_cap_flush(); in ceph_write_iter()
1720 if (!prealloc_cf) in ceph_write_iter()
1822 &prealloc_cf); in ceph_write_iter()
1852 &prealloc_cf); in ceph_write_iter()
1887 ceph_free_cap_flush(prealloc_cf); in ceph_write_iter()
2080 struct ceph_cap_flush *prealloc_cf; in ceph_fallocate() local
2096 prealloc_cf = ceph_alloc_cap_flush(); in ceph_fallocate()
2097 if (!prealloc_cf) in ceph_fallocate()
2142 &prealloc_cf); in ceph_fallocate()
2153 ceph_free_cap_flush(prealloc_cf); in ceph_fallocate()
2319 struct ceph_cap_flush *prealloc_cf; in __ceph_copy_file_range() local
2370 prealloc_cf = ceph_alloc_cap_flush(); in __ceph_copy_file_range()
2371 if (!prealloc_cf) in __ceph_copy_file_range()
2478 dirty = __ceph_mark_dirty_caps(dst_ci, CEPH_CAP_FILE_WR, &prealloc_cf); in __ceph_copy_file_range()
2501 ceph_free_cap_flush(prealloc_cf); in __ceph_copy_file_range()