Searched refs:ceph_cap_flush (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/fs/ceph/ |
D | caps.c | 1362 struct ceph_cap_flush **pcf) in __ceph_mark_dirty_caps() 1412 struct ceph_cap_flush *cf) in __add_cap_flushing_to_inode() 1416 struct ceph_cap_flush *other = NULL; in __add_cap_flushing_to_inode() 1420 other = rb_entry(parent, struct ceph_cap_flush, i_node); in __add_cap_flushing_to_inode() 1435 struct ceph_cap_flush *cf) in __add_cap_flushing_to_mdsc() 1439 struct ceph_cap_flush *other = NULL; in __add_cap_flushing_to_mdsc() 1443 other = rb_entry(parent, struct ceph_cap_flush, g_node); in __add_cap_flushing_to_mdsc() 1457 struct ceph_cap_flush *ceph_alloc_cap_flush(void) in ceph_alloc_cap_flush() 1462 void ceph_free_cap_flush(struct ceph_cap_flush *cf) in ceph_free_cap_flush() 1472 struct ceph_cap_flush *cf = in __get_oldest_flush_tid() [all …]
|
D | super.h | 189 struct ceph_cap_flush { struct 311 struct ceph_cap_flush *i_prealloc_cap_flush; 581 extern struct ceph_cap_flush *ceph_alloc_cap_flush(void); 582 extern void ceph_free_cap_flush(struct ceph_cap_flush *cf); 584 struct ceph_cap_flush **pcf);
|
D | xattr.c | 915 struct ceph_cap_flush *prealloc_cf = NULL; in __ceph_setxattr() 1073 struct ceph_cap_flush *prealloc_cf = NULL; in __ceph_removexattr()
|
D | mds_client.c | 1155 struct ceph_cap_flush *cf; in remove_session_caps_cb() 1163 cf = rb_entry(n, struct ceph_cap_flush, i_node); in remove_session_caps_cb() 1201 struct ceph_cap_flush *cf; in remove_session_caps_cb() 1203 struct ceph_cap_flush, list); in remove_session_caps_cb() 1506 struct ceph_cap_flush *cf; in check_caps_flush() 1511 cf = n ? rb_entry(n, struct ceph_cap_flush, g_node) : NULL; in check_caps_flush()
|
D | file.c | 1005 struct ceph_cap_flush *prealloc_cf; in ceph_write_iter() 1349 struct ceph_cap_flush *prealloc_cf; in ceph_fallocate()
|
D | super.c | 651 ceph_cap_flush_cachep = KMEM_CACHE(ceph_cap_flush, in init_caches()
|
D | addr.c | 1322 struct ceph_cap_flush *prealloc_cf; in ceph_page_mkwrite()
|
D | inode.c | 1778 struct ceph_cap_flush *prealloc_cf; in ceph_setattr()
|