Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dfile.c1297 struct ceph_cap_flush *prealloc_cf; member
1337 &aio_req->prealloc_cf); in ceph_aio_complete()
1349 ceph_free_cap_flush(aio_req->prealloc_cf); in ceph_aio_complete()
1622 swap(aio_req->prealloc_cf, *pcf); in ceph_direct_read_write()
2396 struct ceph_cap_flush *prealloc_cf; in ceph_write_iter() local
2411 prealloc_cf = ceph_alloc_cap_flush(); in ceph_write_iter()
2412 if (!prealloc_cf) in ceph_write_iter()
2506 &prealloc_cf); in ceph_write_iter()
2533 &prealloc_cf); in ceph_write_iter()
2568 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.c2065 struct ceph_cap_flush *prealloc_cf; in ceph_page_mkwrite() local
2077 prealloc_cf = ceph_alloc_cap_flush(); in ceph_page_mkwrite()
2078 if (!prealloc_cf) in ceph_page_mkwrite()
2144 &prealloc_cf); in ceph_page_mkwrite()
2156 ceph_free_cap_flush(prealloc_cf); in ceph_page_mkwrite()
2214 struct ceph_cap_flush *prealloc_cf = NULL; in ceph_uninline_data() local
2237 prealloc_cf = ceph_alloc_cap_flush(); in ceph_uninline_data()
2238 if (!prealloc_cf) in ceph_uninline_data()
2340 dirty = __ceph_mark_dirty_caps(ci, CEPH_CAP_FILE_WR, &prealloc_cf); in ceph_uninline_data()
2357 ceph_free_cap_flush(prealloc_cf); in ceph_uninline_data()
H A Dinode.c2577 struct ceph_cap_flush *prealloc_cf; in __ceph_setattr() local
2616 prealloc_cf = ceph_alloc_cap_flush(); in __ceph_setattr()
2617 if (!prealloc_cf) in __ceph_setattr()
2623 ceph_free_cap_flush(prealloc_cf); in __ceph_setattr()
2861 &prealloc_cf); in __ceph_setattr()
2902 ceph_free_cap_flush(prealloc_cf); in __ceph_setattr()
2911 ceph_free_cap_flush(prealloc_cf); in __ceph_setattr()