Home
last modified time | relevance | path

Searched refs:prealloc_cf (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ceph/
H A Dfile.c1275 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()
2340 struct ceph_cap_flush *prealloc_cf; in ceph_write_iter() local
2355 prealloc_cf = ceph_alloc_cap_flush(); in ceph_write_iter()
2356 if (!prealloc_cf) in ceph_write_iter()
2450 &prealloc_cf); in ceph_write_iter()
2477 &prealloc_cf); in ceph_write_iter()
2512 ceph_free_cap_flush(prealloc_cf); in ceph_write_iter()
[all …]
H A Daddr.c2054 struct ceph_cap_flush *prealloc_cf; in ceph_page_mkwrite() local
2066 prealloc_cf = ceph_alloc_cap_flush(); in ceph_page_mkwrite()
2067 if (!prealloc_cf) in ceph_page_mkwrite()
2133 &prealloc_cf); in ceph_page_mkwrite()
2145 ceph_free_cap_flush(prealloc_cf); in ceph_page_mkwrite()
2203 struct ceph_cap_flush *prealloc_cf = NULL; in ceph_uninline_data() local
2225 prealloc_cf = ceph_alloc_cap_flush(); in ceph_uninline_data()
2226 if (!prealloc_cf) in ceph_uninline_data()
2310 dirty = __ceph_mark_dirty_caps(ci, CEPH_CAP_FILE_WR, &prealloc_cf); in ceph_uninline_data()
2326 ceph_free_cap_flush(prealloc_cf); in ceph_uninline_data()
H A Dinode.c2478 struct ceph_cap_flush *prealloc_cf; in __ceph_setattr() local
2518 prealloc_cf = ceph_alloc_cap_flush(); in __ceph_setattr()
2519 if (!prealloc_cf) in __ceph_setattr()
2525 ceph_free_cap_flush(prealloc_cf); in __ceph_setattr()
2769 &prealloc_cf); in __ceph_setattr()
2810 ceph_free_cap_flush(prealloc_cf); in __ceph_setattr()
2819 ceph_free_cap_flush(prealloc_cf); in __ceph_setattr()