Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ceph/
Dfile.c1277 struct ceph_cap_flush *prealloc_cf; member
1317 &aio_req->prealloc_cf); in ceph_aio_complete()
1329 ceph_free_cap_flush(aio_req->prealloc_cf); in ceph_aio_complete()
1579 swap(aio_req->prealloc_cf, *pcf); in ceph_direct_read_write()
2342 struct ceph_cap_flush *prealloc_cf; in ceph_write_iter() local
2357 prealloc_cf = ceph_alloc_cap_flush(); in ceph_write_iter()
2358 if (!prealloc_cf) in ceph_write_iter()
2452 &prealloc_cf); in ceph_write_iter()
2479 &prealloc_cf); in ceph_write_iter()
2514 ceph_free_cap_flush(prealloc_cf); in ceph_write_iter()
[all …]
Daddr.c1710 struct ceph_cap_flush *prealloc_cf; in ceph_page_mkwrite() local
1722 prealloc_cf = ceph_alloc_cap_flush(); in ceph_page_mkwrite()
1723 if (!prealloc_cf) in ceph_page_mkwrite()
1789 &prealloc_cf); in ceph_page_mkwrite()
1801 ceph_free_cap_flush(prealloc_cf); in ceph_page_mkwrite()
1859 struct ceph_cap_flush *prealloc_cf = NULL; in ceph_uninline_data() local
1881 prealloc_cf = ceph_alloc_cap_flush(); in ceph_uninline_data()
1882 if (!prealloc_cf) in ceph_uninline_data()
1966 dirty = __ceph_mark_dirty_caps(ci, CEPH_CAP_FILE_WR, &prealloc_cf); in ceph_uninline_data()
1982 ceph_free_cap_flush(prealloc_cf); in ceph_uninline_data()
Dxattr.c1184 struct ceph_cap_flush *prealloc_cf = NULL; in __ceph_setxattr() local
1229 prealloc_cf = ceph_alloc_cap_flush(); in __ceph_setxattr()
1230 if (!prealloc_cf) in __ceph_setxattr()
1283 &prealloc_cf); in __ceph_setxattr()
1294 ceph_free_cap_flush(prealloc_cf); in __ceph_setxattr()
1322 ceph_free_cap_flush(prealloc_cf); in __ceph_setxattr()
Dinode.c2474 struct ceph_cap_flush *prealloc_cf; in __ceph_setattr() local
2514 prealloc_cf = ceph_alloc_cap_flush(); in __ceph_setattr()
2515 if (!prealloc_cf) in __ceph_setattr()
2521 ceph_free_cap_flush(prealloc_cf); in __ceph_setattr()
2765 &prealloc_cf); in __ceph_setattr()
2806 ceph_free_cap_flush(prealloc_cf); in __ceph_setattr()
2815 ceph_free_cap_flush(prealloc_cf); in __ceph_setattr()