Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ceph/
Dfile.c975 struct ceph_cap_flush *prealloc_cf; member
1015 &aio_req->prealloc_cf); in ceph_aio_complete()
1027 ceph_free_cap_flush(aio_req->prealloc_cf); in ceph_aio_complete()
1262 swap(aio_req->prealloc_cf, *pcf); in ceph_direct_read_write()
1672 struct ceph_cap_flush *prealloc_cf; in ceph_write_iter() local
1684 prealloc_cf = ceph_alloc_cap_flush(); in ceph_write_iter()
1685 if (!prealloc_cf) in ceph_write_iter()
1787 &prealloc_cf); in ceph_write_iter()
1817 &prealloc_cf); in ceph_write_iter()
1852 ceph_free_cap_flush(prealloc_cf); in ceph_write_iter()
[all …]
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()
Daddr.c1441 struct ceph_cap_flush *prealloc_cf; in ceph_page_mkwrite() local
1450 prealloc_cf = ceph_alloc_cap_flush(); in ceph_page_mkwrite()
1451 if (!prealloc_cf) in ceph_page_mkwrite()
1532 &prealloc_cf); in ceph_page_mkwrite()
1544 ceph_free_cap_flush(prealloc_cf); in ceph_page_mkwrite()
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()
2173 &prealloc_cf); in __ceph_setattr()
2199 ceph_free_cap_flush(prealloc_cf); in __ceph_setattr()