Home
last modified time | relevance | path

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

/fs/ceph/
Dfile.c740 struct ceph_cap_flush *prealloc_cf; member
780 &aio_req->prealloc_cf); in ceph_aio_complete()
792 ceph_free_cap_flush(aio_req->prealloc_cf); in ceph_aio_complete()
1016 swap(aio_req->prealloc_cf, *pcf); in ceph_direct_read_write()
1423 struct ceph_cap_flush *prealloc_cf; in ceph_write_iter() local
1435 prealloc_cf = ceph_alloc_cap_flush(); in ceph_write_iter()
1436 if (!prealloc_cf) in ceph_write_iter()
1539 &prealloc_cf); in ceph_write_iter()
1569 &prealloc_cf); in ceph_write_iter()
1604 ceph_free_cap_flush(prealloc_cf); in ceph_write_iter()
[all …]
Dxattr.c1024 struct ceph_cap_flush *prealloc_cf = NULL; in __ceph_setxattr() local
1069 prealloc_cf = ceph_alloc_cap_flush(); in __ceph_setxattr()
1070 if (!prealloc_cf) in __ceph_setxattr()
1117 &prealloc_cf); in __ceph_setxattr()
1128 ceph_free_cap_flush(prealloc_cf); in __ceph_setxattr()
1155 ceph_free_cap_flush(prealloc_cf); in __ceph_setxattr()
Daddr.c1513 struct ceph_cap_flush *prealloc_cf; in ceph_page_mkwrite() local
1522 prealloc_cf = ceph_alloc_cap_flush(); in ceph_page_mkwrite()
1523 if (!prealloc_cf) in ceph_page_mkwrite()
1590 &prealloc_cf); in ceph_page_mkwrite()
1602 ceph_free_cap_flush(prealloc_cf); in ceph_page_mkwrite()
Dinode.c1996 struct ceph_cap_flush *prealloc_cf; in __ceph_setattr() local
2004 prealloc_cf = ceph_alloc_cap_flush(); in __ceph_setattr()
2005 if (!prealloc_cf) in __ceph_setattr()
2011 ceph_free_cap_flush(prealloc_cf); in __ceph_setattr()
2170 &prealloc_cf); in __ceph_setattr()
2196 ceph_free_cap_flush(prealloc_cf); in __ceph_setattr()