Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dfile.c1269 struct ceph_cap_flush *prealloc_cf; member
1309 &aio_req->prealloc_cf); in ceph_aio_complete()
1321 ceph_free_cap_flush(aio_req->prealloc_cf); in ceph_aio_complete()
1583 swap(aio_req->prealloc_cf, *pcf); in ceph_direct_read_write()
2336 struct ceph_cap_flush *prealloc_cf; in ceph_write_iter() local
2351 prealloc_cf = ceph_alloc_cap_flush(); in ceph_write_iter()
2352 if (!prealloc_cf) in ceph_write_iter()
2446 &prealloc_cf); in ceph_write_iter()
2473 &prealloc_cf); in ceph_write_iter()
2508 ceph_free_cap_flush(prealloc_cf); in ceph_write_iter()
[all …]
H A Daddr.c2051 struct ceph_cap_flush *prealloc_cf; in ceph_page_mkwrite() local
2063 prealloc_cf = ceph_alloc_cap_flush(); in ceph_page_mkwrite()
2064 if (!prealloc_cf) in ceph_page_mkwrite()
2130 &prealloc_cf); in ceph_page_mkwrite()
2142 ceph_free_cap_flush(prealloc_cf); in ceph_page_mkwrite()
2200 struct ceph_cap_flush *prealloc_cf = NULL; in ceph_uninline_data() local
2222 prealloc_cf = ceph_alloc_cap_flush(); in ceph_uninline_data()
2223 if (!prealloc_cf) in ceph_uninline_data()
2307 dirty = __ceph_mark_dirty_caps(ci, CEPH_CAP_FILE_WR, &prealloc_cf); in ceph_uninline_data()
2323 ceph_free_cap_flush(prealloc_cf); in ceph_uninline_data()
H A Dxattr.c1182 struct ceph_cap_flush *prealloc_cf = NULL; in __ceph_setxattr() local
1227 prealloc_cf = ceph_alloc_cap_flush(); in __ceph_setxattr()
1228 if (!prealloc_cf) in __ceph_setxattr()
1281 &prealloc_cf); in __ceph_setxattr()
1292 ceph_free_cap_flush(prealloc_cf); in __ceph_setxattr()
1320 ceph_free_cap_flush(prealloc_cf); in __ceph_setxattr()
H A Dinode.c2536 struct ceph_cap_flush *prealloc_cf; in __ceph_setattr() local
2575 prealloc_cf = ceph_alloc_cap_flush(); in __ceph_setattr()
2576 if (!prealloc_cf) in __ceph_setattr()
2582 ceph_free_cap_flush(prealloc_cf); in __ceph_setattr()
2820 &prealloc_cf); in __ceph_setattr()
2861 ceph_free_cap_flush(prealloc_cf); in __ceph_setattr()
2870 ceph_free_cap_flush(prealloc_cf); in __ceph_setattr()