Home
last modified time | relevance | path

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

/linux/fs/ceph/
A Dfile.c992 struct ceph_cap_flush *prealloc_cf; member
1032 &aio_req->prealloc_cf); in ceph_aio_complete()
1708 if (!prealloc_cf) in ceph_write_iter()
1810 &prealloc_cf); in ceph_write_iter()
1840 &prealloc_cf); in ceph_write_iter()
1875 ceph_free_cap_flush(prealloc_cf); in ceph_write_iter()
2082 if (!prealloc_cf) in ceph_fallocate()
2123 &prealloc_cf); in ceph_fallocate()
2133 ceph_free_cap_flush(prealloc_cf); in ceph_fallocate()
2407 if (!prealloc_cf) in __ceph_copy_file_range()
[all …]
A Dxattr.c1118 struct ceph_cap_flush *prealloc_cf = NULL; in __ceph_setxattr() local
1163 prealloc_cf = ceph_alloc_cap_flush(); in __ceph_setxattr()
1164 if (!prealloc_cf) in __ceph_setxattr()
1212 &prealloc_cf); in __ceph_setxattr()
1223 ceph_free_cap_flush(prealloc_cf); in __ceph_setxattr()
1250 ceph_free_cap_flush(prealloc_cf); in __ceph_setxattr()
A Daddr.c1439 struct ceph_cap_flush *prealloc_cf; in ceph_page_mkwrite() local
1451 prealloc_cf = ceph_alloc_cap_flush(); in ceph_page_mkwrite()
1452 if (!prealloc_cf) in ceph_page_mkwrite()
1533 &prealloc_cf); in ceph_page_mkwrite()
1545 ceph_free_cap_flush(prealloc_cf); in ceph_page_mkwrite()
A Dinode.c2000 struct ceph_cap_flush *prealloc_cf; in __ceph_setattr() local
2008 prealloc_cf = ceph_alloc_cap_flush(); in __ceph_setattr()
2009 if (!prealloc_cf) in __ceph_setattr()
2015 ceph_free_cap_flush(prealloc_cf); in __ceph_setattr()
2175 &prealloc_cf); in __ceph_setattr()
2201 ceph_free_cap_flush(prealloc_cf); in __ceph_setattr()

Completed in 17 milliseconds