Lines Matching refs:prealloc_cf
724 struct ceph_cap_flush *prealloc_cf; member
761 &aio_req->prealloc_cf); in ceph_aio_complete()
773 ceph_free_cap_flush(aio_req->prealloc_cf); in ceph_aio_complete()
1001 swap(aio_req->prealloc_cf, *pcf); in ceph_direct_read_write()
1387 struct ceph_cap_flush *prealloc_cf; in ceph_write_iter() local
1396 prealloc_cf = ceph_alloc_cap_flush(); in ceph_write_iter()
1397 if (!prealloc_cf) in ceph_write_iter()
1489 &prealloc_cf); in ceph_write_iter()
1515 &prealloc_cf); in ceph_write_iter()
1545 ceph_free_cap_flush(prealloc_cf); in ceph_write_iter()
1739 struct ceph_cap_flush *prealloc_cf; in ceph_fallocate() local
1755 prealloc_cf = ceph_alloc_cap_flush(); in ceph_fallocate()
1756 if (!prealloc_cf) in ceph_fallocate()
1816 &prealloc_cf); in ceph_fallocate()
1828 ceph_free_cap_flush(prealloc_cf); in ceph_fallocate()