Lines Matching refs:prealloc_cf
992 struct ceph_cap_flush *prealloc_cf; member
1032 &aio_req->prealloc_cf); in ceph_aio_complete()
1044 ceph_free_cap_flush(aio_req->prealloc_cf); in ceph_aio_complete()
1279 swap(aio_req->prealloc_cf, *pcf); in ceph_direct_read_write()
1692 struct ceph_cap_flush *prealloc_cf; in ceph_write_iter() local
1707 prealloc_cf = ceph_alloc_cap_flush(); in ceph_write_iter()
1708 if (!prealloc_cf) in ceph_write_iter()
1810 &prealloc_cf); in ceph_write_iter()
1840 &prealloc_cf); in ceph_write_iter()
1875 ceph_free_cap_flush(prealloc_cf); in ceph_write_iter()
2068 struct ceph_cap_flush *prealloc_cf; in ceph_fallocate() local
2081 prealloc_cf = ceph_alloc_cap_flush(); in ceph_fallocate()
2082 if (!prealloc_cf) in ceph_fallocate()
2123 &prealloc_cf); in ceph_fallocate()
2133 ceph_free_cap_flush(prealloc_cf); in ceph_fallocate()
2355 struct ceph_cap_flush *prealloc_cf; in __ceph_copy_file_range() local
2406 prealloc_cf = ceph_alloc_cap_flush(); in __ceph_copy_file_range()
2407 if (!prealloc_cf) in __ceph_copy_file_range()
2514 dirty = __ceph_mark_dirty_caps(dst_ci, CEPH_CAP_FILE_WR, &prealloc_cf); in __ceph_copy_file_range()
2537 ceph_free_cap_flush(prealloc_cf); in __ceph_copy_file_range()