Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ceph/
Dfile.c724 struct ceph_cap_flush *prealloc_cf; member
761 &aio_req->prealloc_cf); in ceph_aio_complete()
773 ceph_free_cap_flush(aio_req->prealloc_cf); in ceph_aio_complete()
1001 swap(aio_req->prealloc_cf, *pcf); in ceph_direct_read_write()
1387 struct ceph_cap_flush *prealloc_cf; in ceph_write_iter() local
1396 prealloc_cf = ceph_alloc_cap_flush(); in ceph_write_iter()
1397 if (!prealloc_cf) in ceph_write_iter()
1489 &prealloc_cf); in ceph_write_iter()
1515 &prealloc_cf); in ceph_write_iter()
1545 ceph_free_cap_flush(prealloc_cf); in ceph_write_iter()
[all …]
Dxattr.c1013 struct ceph_cap_flush *prealloc_cf = NULL; in __ceph_setxattr() local
1057 prealloc_cf = ceph_alloc_cap_flush(); in __ceph_setxattr()
1058 if (!prealloc_cf) in __ceph_setxattr()
1103 &prealloc_cf); in __ceph_setxattr()
1113 ceph_free_cap_flush(prealloc_cf); in __ceph_setxattr()
1140 ceph_free_cap_flush(prealloc_cf); in __ceph_setxattr()
Daddr.c1532 struct ceph_cap_flush *prealloc_cf; in ceph_page_mkwrite() local
1541 prealloc_cf = ceph_alloc_cap_flush(); in ceph_page_mkwrite()
1542 if (!prealloc_cf) in ceph_page_mkwrite()
1607 &prealloc_cf); in ceph_page_mkwrite()
1618 ceph_free_cap_flush(prealloc_cf); in ceph_page_mkwrite()
Dinode.c1947 struct ceph_cap_flush *prealloc_cf; in __ceph_setattr() local
1955 prealloc_cf = ceph_alloc_cap_flush(); in __ceph_setattr()
1956 if (!prealloc_cf) in __ceph_setattr()
1962 ceph_free_cap_flush(prealloc_cf); in __ceph_setattr()
2120 &prealloc_cf); in __ceph_setattr()
2146 ceph_free_cap_flush(prealloc_cf); in __ceph_setattr()