Home
last modified time | relevance | path

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

/openbmc/linux/fs/ceph/
H A Dfile.c1183 struct ceph_cap_flush *prealloc_cf; member
1222 &aio_req->prealloc_cf); in ceph_aio_complete()
2252 if (!prealloc_cf) in ceph_write_iter()
2345 &prealloc_cf); in ceph_write_iter()
2372 &prealloc_cf); in ceph_write_iter()
2407 ceph_free_cap_flush(prealloc_cf); in ceph_write_iter()
2578 if (!prealloc_cf) in ceph_fallocate()
2617 &prealloc_cf); in ceph_fallocate()
2628 ceph_free_cap_flush(prealloc_cf); in ceph_fallocate()
2906 if (!prealloc_cf) in __ceph_copy_file_range()
[all …]
H A Daddr.c1683 struct ceph_cap_flush *prealloc_cf; in ceph_page_mkwrite() local
1695 prealloc_cf = ceph_alloc_cap_flush(); in ceph_page_mkwrite()
1696 if (!prealloc_cf) in ceph_page_mkwrite()
1762 &prealloc_cf); in ceph_page_mkwrite()
1774 ceph_free_cap_flush(prealloc_cf); in ceph_page_mkwrite()
1830 struct ceph_cap_flush *prealloc_cf = NULL; in ceph_uninline_data() local
1852 prealloc_cf = ceph_alloc_cap_flush(); in ceph_uninline_data()
1853 if (!prealloc_cf) in ceph_uninline_data()
1937 dirty = __ceph_mark_dirty_caps(ci, CEPH_CAP_FILE_WR, &prealloc_cf); in ceph_uninline_data()
1953 ceph_free_cap_flush(prealloc_cf); in ceph_uninline_data()
H A Dxattr.c1168 struct ceph_cap_flush *prealloc_cf = NULL; in __ceph_setxattr() local
1213 prealloc_cf = ceph_alloc_cap_flush(); in __ceph_setxattr()
1214 if (!prealloc_cf) in __ceph_setxattr()
1266 &prealloc_cf); in __ceph_setxattr()
1277 ceph_free_cap_flush(prealloc_cf); in __ceph_setxattr()
1304 ceph_free_cap_flush(prealloc_cf); in __ceph_setxattr()
H A Dinode.c2431 struct ceph_cap_flush *prealloc_cf; in __ceph_setattr() local
2443 prealloc_cf = ceph_alloc_cap_flush(); in __ceph_setattr()
2444 if (!prealloc_cf) in __ceph_setattr()
2450 ceph_free_cap_flush(prealloc_cf); in __ceph_setattr()
2679 &prealloc_cf); in __ceph_setattr()
2719 ceph_free_cap_flush(prealloc_cf); in __ceph_setattr()
2728 ceph_free_cap_flush(prealloc_cf); in __ceph_setattr()