Home
last modified time | relevance | path

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

/fs/ceph/
Dfile.c737 struct ceph_cap_flush *prealloc_cf; member
777 &aio_req->prealloc_cf); in ceph_aio_complete()
789 ceph_free_cap_flush(aio_req->prealloc_cf); in ceph_aio_complete()
1013 swap(aio_req->prealloc_cf, *pcf); in ceph_direct_read_write()
1418 struct ceph_cap_flush *prealloc_cf; in ceph_write_iter() local
1427 prealloc_cf = ceph_alloc_cap_flush(); in ceph_write_iter()
1428 if (!prealloc_cf) in ceph_write_iter()
1524 &prealloc_cf); in ceph_write_iter()
1553 &prealloc_cf); in ceph_write_iter()
1585 ceph_free_cap_flush(prealloc_cf); in ceph_write_iter()
[all …]
Dxattr.c1016 struct ceph_cap_flush *prealloc_cf = NULL; in __ceph_setxattr() local
1061 prealloc_cf = ceph_alloc_cap_flush(); in __ceph_setxattr()
1062 if (!prealloc_cf) in __ceph_setxattr()
1109 &prealloc_cf); in __ceph_setxattr()
1120 ceph_free_cap_flush(prealloc_cf); in __ceph_setxattr()
1147 ceph_free_cap_flush(prealloc_cf); in __ceph_setxattr()
Daddr.c1521 struct ceph_cap_flush *prealloc_cf; in ceph_page_mkwrite() local
1530 prealloc_cf = ceph_alloc_cap_flush(); in ceph_page_mkwrite()
1531 if (!prealloc_cf) in ceph_page_mkwrite()
1598 &prealloc_cf); in ceph_page_mkwrite()
1610 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()