Home
last modified time | relevance | path

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

/linux-6.15/fs/ceph/
H A Dfile.c1275 struct ceph_cap_flush *prealloc_cf; member
1315 &aio_req->prealloc_cf); in ceph_aio_complete()
2357 if (!prealloc_cf) in ceph_write_iter()
2451 &prealloc_cf); in ceph_write_iter()
2478 &prealloc_cf); in ceph_write_iter()
2513 ceph_free_cap_flush(prealloc_cf); in ceph_write_iter()
2685 if (!prealloc_cf) in ceph_fallocate()
2724 &prealloc_cf); in ceph_fallocate()
2735 ceph_free_cap_flush(prealloc_cf); in ceph_fallocate()
3017 if (!prealloc_cf) in __ceph_copy_file_range()
[all …]
H A Daddr.c2039 struct ceph_cap_flush *prealloc_cf; in ceph_page_mkwrite() local
2051 prealloc_cf = ceph_alloc_cap_flush(); in ceph_page_mkwrite()
2052 if (!prealloc_cf) in ceph_page_mkwrite()
2118 &prealloc_cf); in ceph_page_mkwrite()
2130 ceph_free_cap_flush(prealloc_cf); in ceph_page_mkwrite()
2188 struct ceph_cap_flush *prealloc_cf = NULL; in ceph_uninline_data() local
2210 prealloc_cf = ceph_alloc_cap_flush(); in ceph_uninline_data()
2211 if (!prealloc_cf) in ceph_uninline_data()
2295 dirty = __ceph_mark_dirty_caps(ci, CEPH_CAP_FILE_WR, &prealloc_cf); in ceph_uninline_data()
2311 ceph_free_cap_flush(prealloc_cf); in ceph_uninline_data()
H A 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()
H A Dinode.c2479 struct ceph_cap_flush *prealloc_cf; in __ceph_setattr() local
2519 prealloc_cf = ceph_alloc_cap_flush(); in __ceph_setattr()
2520 if (!prealloc_cf) in __ceph_setattr()
2526 ceph_free_cap_flush(prealloc_cf); in __ceph_setattr()
2770 &prealloc_cf); in __ceph_setattr()
2811 ceph_free_cap_flush(prealloc_cf); in __ceph_setattr()
2820 ceph_free_cap_flush(prealloc_cf); in __ceph_setattr()