Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dfile.c1303 struct ceph_cap_flush *prealloc_cf; member
1343 &aio_req->prealloc_cf); in ceph_aio_complete()
1355 ceph_free_cap_flush(aio_req->prealloc_cf); in ceph_aio_complete()
1628 swap(aio_req->prealloc_cf, *pcf); in ceph_direct_read_write()
2402 struct ceph_cap_flush *prealloc_cf; in ceph_write_iter() local
2417 prealloc_cf = ceph_alloc_cap_flush(); in ceph_write_iter()
2418 if (!prealloc_cf) in ceph_write_iter()
2512 &prealloc_cf); in ceph_write_iter()
2539 &prealloc_cf); in ceph_write_iter()
2574 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()
1297 &prealloc_cf); in __ceph_setxattr()
1308 ceph_free_cap_flush(prealloc_cf); in __ceph_setxattr()
1337 ceph_free_cap_flush(prealloc_cf); in __ceph_setxattr()
H A Daddr.c2074 struct ceph_cap_flush *prealloc_cf; in ceph_page_mkwrite() local
2086 prealloc_cf = ceph_alloc_cap_flush(); in ceph_page_mkwrite()
2087 if (!prealloc_cf) in ceph_page_mkwrite()
2153 &prealloc_cf); in ceph_page_mkwrite()
2165 ceph_free_cap_flush(prealloc_cf); in ceph_page_mkwrite()
2223 struct ceph_cap_flush *prealloc_cf = NULL; in ceph_uninline_data() local
2246 prealloc_cf = ceph_alloc_cap_flush(); in ceph_uninline_data()
2247 if (!prealloc_cf) in ceph_uninline_data()
2349 dirty = __ceph_mark_dirty_caps(ci, CEPH_CAP_FILE_WR, &prealloc_cf); in ceph_uninline_data()
2366 ceph_free_cap_flush(prealloc_cf); in ceph_uninline_data()
H A Dinode.c2578 struct ceph_cap_flush *prealloc_cf; in __ceph_setattr() local
2617 prealloc_cf = ceph_alloc_cap_flush(); in __ceph_setattr()
2618 if (!prealloc_cf) in __ceph_setattr()
2624 ceph_free_cap_flush(prealloc_cf); in __ceph_setattr()
2862 &prealloc_cf); in __ceph_setattr()
2903 ceph_free_cap_flush(prealloc_cf); in __ceph_setattr()
2912 ceph_free_cap_flush(prealloc_cf); in __ceph_setattr()