Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ceph/
Dxattr.c915 struct ceph_cap_flush *prealloc_cf = NULL; in __ceph_setxattr() local
954 prealloc_cf = ceph_alloc_cap_flush(); in __ceph_setxattr()
955 if (!prealloc_cf) in __ceph_setxattr()
1000 &prealloc_cf); in __ceph_setxattr()
1010 ceph_free_cap_flush(prealloc_cf); in __ceph_setxattr()
1020 ceph_free_cap_flush(prealloc_cf); in __ceph_setxattr()
1073 struct ceph_cap_flush *prealloc_cf = NULL; in __ceph_removexattr() local
1091 prealloc_cf = ceph_alloc_cap_flush(); in __ceph_removexattr()
1092 if (!prealloc_cf) in __ceph_removexattr()
1137 &prealloc_cf); in __ceph_removexattr()
[all …]
Dfile.c1005 struct ceph_cap_flush *prealloc_cf; in ceph_write_iter() local
1013 prealloc_cf = ceph_alloc_cap_flush(); in ceph_write_iter()
1014 if (!prealloc_cf) in ceph_write_iter()
1128 &prealloc_cf); in ceph_write_iter()
1152 ceph_free_cap_flush(prealloc_cf); in ceph_write_iter()
1349 struct ceph_cap_flush *prealloc_cf; in ceph_fallocate() local
1362 prealloc_cf = ceph_alloc_cap_flush(); in ceph_fallocate()
1363 if (!prealloc_cf) in ceph_fallocate()
1413 &prealloc_cf); in ceph_fallocate()
1422 ceph_free_cap_flush(prealloc_cf); in ceph_fallocate()
Dinode.c1778 struct ceph_cap_flush *prealloc_cf; in ceph_setattr() local
1793 prealloc_cf = ceph_alloc_cap_flush(); in ceph_setattr()
1794 if (!prealloc_cf) in ceph_setattr()
1800 ceph_free_cap_flush(prealloc_cf); in ceph_setattr()
1961 &prealloc_cf); in ceph_setattr()
1993 ceph_free_cap_flush(prealloc_cf); in ceph_setattr()
1997 ceph_free_cap_flush(prealloc_cf); in ceph_setattr()
Daddr.c1322 struct ceph_cap_flush *prealloc_cf; in ceph_page_mkwrite() local
1329 prealloc_cf = ceph_alloc_cap_flush(); in ceph_page_mkwrite()
1330 if (!prealloc_cf) in ceph_page_mkwrite()
1404 &prealloc_cf); in ceph_page_mkwrite()
1414 ceph_free_cap_flush(prealloc_cf); in ceph_page_mkwrite()