Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ceph/
Dfile.c967 struct ceph_cap_flush *prealloc_cf; member
1007 &aio_req->prealloc_cf); in ceph_aio_complete()
1019 ceph_free_cap_flush(aio_req->prealloc_cf); in ceph_aio_complete()
1255 swap(aio_req->prealloc_cf, *pcf); in ceph_direct_read_write()
1671 struct ceph_cap_flush *prealloc_cf; in ceph_write_iter() local
1683 prealloc_cf = ceph_alloc_cap_flush(); in ceph_write_iter()
1684 if (!prealloc_cf) in ceph_write_iter()
1787 &prealloc_cf); in ceph_write_iter()
1817 &prealloc_cf); in ceph_write_iter()
1850 ceph_free_cap_flush(prealloc_cf); in ceph_write_iter()
[all …]
Dxattr.c1017 struct ceph_cap_flush *prealloc_cf = NULL; in __ceph_setxattr() local
1062 prealloc_cf = ceph_alloc_cap_flush(); in __ceph_setxattr()
1063 if (!prealloc_cf) in __ceph_setxattr()
1111 &prealloc_cf); in __ceph_setxattr()
1122 ceph_free_cap_flush(prealloc_cf); in __ceph_setxattr()
1149 ceph_free_cap_flush(prealloc_cf); in __ceph_setxattr()
Daddr.c1565 struct ceph_cap_flush *prealloc_cf; in ceph_page_mkwrite() local
1574 prealloc_cf = ceph_alloc_cap_flush(); in ceph_page_mkwrite()
1575 if (!prealloc_cf) in ceph_page_mkwrite()
1657 &prealloc_cf); in ceph_page_mkwrite()
1669 ceph_free_cap_flush(prealloc_cf); in ceph_page_mkwrite()
Dinode.c2034 struct ceph_cap_flush *prealloc_cf; in __ceph_setattr() local
2042 prealloc_cf = ceph_alloc_cap_flush(); in __ceph_setattr()
2043 if (!prealloc_cf) in __ceph_setattr()
2049 ceph_free_cap_flush(prealloc_cf); in __ceph_setattr()
2208 &prealloc_cf); in __ceph_setattr()
2234 ceph_free_cap_flush(prealloc_cf); in __ceph_setattr()