Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ceph/
Dfile.c728 struct ceph_cap_flush *prealloc_cf; member
765 &aio_req->prealloc_cf); in ceph_aio_complete()
777 ceph_free_cap_flush(aio_req->prealloc_cf); in ceph_aio_complete()
1005 swap(aio_req->prealloc_cf, *pcf); in ceph_direct_read_write()
1392 struct ceph_cap_flush *prealloc_cf; in ceph_write_iter() local
1403 prealloc_cf = ceph_alloc_cap_flush(); in ceph_write_iter()
1404 if (!prealloc_cf) in ceph_write_iter()
1500 &prealloc_cf); in ceph_write_iter()
1526 &prealloc_cf); in ceph_write_iter()
1557 ceph_free_cap_flush(prealloc_cf); in ceph_write_iter()
[all …]
Dxattr.c1026 struct ceph_cap_flush *prealloc_cf = NULL; in __ceph_setxattr() local
1071 prealloc_cf = ceph_alloc_cap_flush(); in __ceph_setxattr()
1072 if (!prealloc_cf) in __ceph_setxattr()
1119 &prealloc_cf); in __ceph_setxattr()
1130 ceph_free_cap_flush(prealloc_cf); in __ceph_setxattr()
1157 ceph_free_cap_flush(prealloc_cf); in __ceph_setxattr()
Daddr.c1525 struct ceph_cap_flush *prealloc_cf; in ceph_page_mkwrite() local
1534 prealloc_cf = ceph_alloc_cap_flush(); in ceph_page_mkwrite()
1535 if (!prealloc_cf) in ceph_page_mkwrite()
1600 &prealloc_cf); in ceph_page_mkwrite()
1611 ceph_free_cap_flush(prealloc_cf); in ceph_page_mkwrite()
Dinode.c1967 struct ceph_cap_flush *prealloc_cf; in __ceph_setattr() local
1975 prealloc_cf = ceph_alloc_cap_flush(); in __ceph_setattr()
1976 if (!prealloc_cf) in __ceph_setattr()
1982 ceph_free_cap_flush(prealloc_cf); in __ceph_setattr()
2140 &prealloc_cf); in __ceph_setattr()
2166 ceph_free_cap_flush(prealloc_cf); in __ceph_setattr()