Lines Matching refs:prealloc_cf
737 struct ceph_cap_flush *prealloc_cf; member
777 &aio_req->prealloc_cf); in ceph_aio_complete()
789 ceph_free_cap_flush(aio_req->prealloc_cf); in ceph_aio_complete()
1013 swap(aio_req->prealloc_cf, *pcf); in ceph_direct_read_write()
1418 struct ceph_cap_flush *prealloc_cf; in ceph_write_iter() local
1427 prealloc_cf = ceph_alloc_cap_flush(); in ceph_write_iter()
1428 if (!prealloc_cf) in ceph_write_iter()
1524 &prealloc_cf); in ceph_write_iter()
1553 &prealloc_cf); in ceph_write_iter()
1585 ceph_free_cap_flush(prealloc_cf); in ceph_write_iter()
1778 struct ceph_cap_flush *prealloc_cf; in ceph_fallocate() local
1791 prealloc_cf = ceph_alloc_cap_flush(); in ceph_fallocate()
1792 if (!prealloc_cf) in ceph_fallocate()
1832 &prealloc_cf); in ceph_fallocate()
1841 ceph_free_cap_flush(prealloc_cf); in ceph_fallocate()
1942 struct ceph_cap_flush *prealloc_cf; in __ceph_copy_file_range() local
1993 prealloc_cf = ceph_alloc_cap_flush(); in __ceph_copy_file_range()
1994 if (!prealloc_cf) in __ceph_copy_file_range()
2138 dirty = __ceph_mark_dirty_caps(dst_ci, CEPH_CAP_FILE_WR, &prealloc_cf); in __ceph_copy_file_range()
2158 ceph_free_cap_flush(prealloc_cf); in __ceph_copy_file_range()