Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ceph/
Dfile.c1061 struct ceph_cap_flush *prealloc_cf; member
1100 &aio_req->prealloc_cf); in ceph_aio_complete()
1112 ceph_free_cap_flush(aio_req->prealloc_cf); in ceph_aio_complete()
1351 swap(aio_req->prealloc_cf, *pcf); in ceph_direct_read_write()
1763 struct ceph_cap_flush *prealloc_cf; in ceph_write_iter() local
1778 prealloc_cf = ceph_alloc_cap_flush(); in ceph_write_iter()
1779 if (!prealloc_cf) in ceph_write_iter()
1875 &prealloc_cf); in ceph_write_iter()
1904 &prealloc_cf); in ceph_write_iter()
1939 ceph_free_cap_flush(prealloc_cf); in ceph_write_iter()
[all …]
Daddr.c1499 struct ceph_cap_flush *prealloc_cf; in ceph_page_mkwrite() local
1511 prealloc_cf = ceph_alloc_cap_flush(); in ceph_page_mkwrite()
1512 if (!prealloc_cf) in ceph_page_mkwrite()
1578 &prealloc_cf); in ceph_page_mkwrite()
1590 ceph_free_cap_flush(prealloc_cf); in ceph_page_mkwrite()
1646 struct ceph_cap_flush *prealloc_cf; in ceph_uninline_data() local
1663 prealloc_cf = ceph_alloc_cap_flush(); in ceph_uninline_data()
1664 if (!prealloc_cf) in ceph_uninline_data()
1748 dirty = __ceph_mark_dirty_caps(ci, CEPH_CAP_FILE_WR, &prealloc_cf); in ceph_uninline_data()
1764 ceph_free_cap_flush(prealloc_cf); in ceph_uninline_data()
Dxattr.c1135 struct ceph_cap_flush *prealloc_cf = NULL; in __ceph_setxattr() local
1180 prealloc_cf = ceph_alloc_cap_flush(); in __ceph_setxattr()
1181 if (!prealloc_cf) in __ceph_setxattr()
1233 &prealloc_cf); in __ceph_setxattr()
1244 ceph_free_cap_flush(prealloc_cf); in __ceph_setxattr()
1271 ceph_free_cap_flush(prealloc_cf); in __ceph_setxattr()
Dinode.c2018 struct ceph_cap_flush *prealloc_cf; in __ceph_setattr() local
2026 prealloc_cf = ceph_alloc_cap_flush(); in __ceph_setattr()
2027 if (!prealloc_cf) in __ceph_setattr()
2033 ceph_free_cap_flush(prealloc_cf); in __ceph_setattr()
2193 &prealloc_cf); in __ceph_setattr()
2219 ceph_free_cap_flush(prealloc_cf); in __ceph_setattr()