Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dfile.c1275 struct ceph_cap_flush *prealloc_cf; member
1315 &aio_req->prealloc_cf); in ceph_aio_complete()
1327 ceph_free_cap_flush(aio_req->prealloc_cf); in ceph_aio_complete()
1589 swap(aio_req->prealloc_cf, *pcf); in ceph_direct_read_write()
2341 struct ceph_cap_flush *prealloc_cf; in ceph_write_iter() local
2356 prealloc_cf = ceph_alloc_cap_flush(); in ceph_write_iter()
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()
[all …]
H A Daddr.c1720 struct ceph_cap_flush *prealloc_cf; in ceph_page_mkwrite() local
1732 prealloc_cf = ceph_alloc_cap_flush(); in ceph_page_mkwrite()
1733 if (!prealloc_cf) in ceph_page_mkwrite()
1799 &prealloc_cf); in ceph_page_mkwrite()
1811 ceph_free_cap_flush(prealloc_cf); in ceph_page_mkwrite()
1869 struct ceph_cap_flush *prealloc_cf = NULL; in ceph_uninline_data() local
1891 prealloc_cf = ceph_alloc_cap_flush(); in ceph_uninline_data()
1892 if (!prealloc_cf) in ceph_uninline_data()
1976 dirty = __ceph_mark_dirty_caps(ci, CEPH_CAP_FILE_WR, &prealloc_cf); in ceph_uninline_data()
1992 ceph_free_cap_flush(prealloc_cf); in ceph_uninline_data()
H A 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()