Searched refs:i_wrbuffer_ref (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/ceph/ |
D | caps.c | 840 if (ci->i_wb_ref || ci->i_wrbuffer_ref) in __ceph_caps_used() 1605 ci->i_wrbuffer_ref == 0 && /* no dirty pages... */ in ceph_check_caps() 2377 ci->i_wrbuffer_ref -= nr; in ceph_put_wrbuffer_cap_refs() 2378 last = !ci->i_wrbuffer_ref; in ceph_put_wrbuffer_cap_refs() 2390 ci->i_wrbuffer_ref+nr, ci->i_wrbuffer_ref_head+nr, in ceph_put_wrbuffer_cap_refs() 2391 ci->i_wrbuffer_ref, ci->i_wrbuffer_ref_head, in ceph_put_wrbuffer_cap_refs() 2412 ci->i_wrbuffer_ref+nr, capsnap->dirty_pages + nr, in ceph_put_wrbuffer_cap_refs() 2413 ci->i_wrbuffer_ref, capsnap->dirty_pages, in ceph_put_wrbuffer_cap_refs() 2531 !ci->i_wrbuffer_ref) { in handle_cap_grant()
|
D | addr.c | 101 if (ci->i_wrbuffer_ref == 0) in ceph_set_page_dirty() 103 ++ci->i_wrbuffer_ref; in ceph_set_page_dirty() 107 ci->i_wrbuffer_ref-1, ci->i_wrbuffer_ref_head-1, in ceph_set_page_dirty() 108 ci->i_wrbuffer_ref, ci->i_wrbuffer_ref_head, in ceph_set_page_dirty()
|
D | inode.c | 448 ci->i_wrbuffer_ref = 0; in ceph_alloc_inode() 1654 if (ci->i_wrbuffer_ref_head < ci->i_wrbuffer_ref) { in __ceph_do_pending_vmtruncate() 1667 wrbuffer_refs = ci->i_wrbuffer_ref; in __ceph_do_pending_vmtruncate()
|
D | super.h | 316 int i_wrbuffer_ref, i_wrbuffer_ref_head; member
|