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 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 Daddr.c2045 struct ceph_cap_flush *prealloc_cf; in ceph_page_mkwrite() local
2057 prealloc_cf = ceph_alloc_cap_flush(); in ceph_page_mkwrite()
2058 if (!prealloc_cf) in ceph_page_mkwrite()
2124 &prealloc_cf); in ceph_page_mkwrite()
2136 ceph_free_cap_flush(prealloc_cf); in ceph_page_mkwrite()
2194 struct ceph_cap_flush *prealloc_cf = NULL; in ceph_uninline_data() local
2217 prealloc_cf = ceph_alloc_cap_flush(); in ceph_uninline_data()
2218 if (!prealloc_cf) in ceph_uninline_data()
2320 dirty = __ceph_mark_dirty_caps(ci, CEPH_CAP_FILE_WR, &prealloc_cf); in ceph_uninline_data()
2337 ceph_free_cap_flush(prealloc_cf); in ceph_uninline_data()
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()