Searched refs:i_wrbuffer_ref (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/fs/ceph/ |
| D | addr.c | 111 if (ci->i_wrbuffer_ref == 0) in ceph_set_page_dirty() 113 ++ci->i_wrbuffer_ref; in ceph_set_page_dirty() 117 ci->i_wrbuffer_ref-1, ci->i_wrbuffer_ref_head-1, in ceph_set_page_dirty() 118 ci->i_wrbuffer_ref, ci->i_wrbuffer_ref_head, in ceph_set_page_dirty() 844 if (ci->i_wrbuffer_ref > 0) { in ceph_writepages_start()
|
| D | caps.c | 998 if (ci->i_wb_ref || ci->i_wrbuffer_ref) in __ceph_caps_used() 1992 !(ci->i_wb_ref || ci->i_wrbuffer_ref) && /* no dirty pages... */ in ceph_check_caps() 3127 ci->i_wrbuffer_ref -= nr; in ceph_put_wrbuffer_cap_refs() 3128 if (ci->i_wrbuffer_ref == 0) { in ceph_put_wrbuffer_cap_refs() 3145 ci->i_wrbuffer_ref+nr, ci->i_wrbuffer_ref_head+nr, in ceph_put_wrbuffer_cap_refs() 3146 ci->i_wrbuffer_ref, ci->i_wrbuffer_ref_head, in ceph_put_wrbuffer_cap_refs() 3171 ci->i_wrbuffer_ref+nr, capsnap->dirty_pages + nr, in ceph_put_wrbuffer_cap_refs() 3172 ci->i_wrbuffer_ref, capsnap->dirty_pages, in ceph_put_wrbuffer_cap_refs() 3284 !(ci->i_wrbuffer_ref || ci->i_wb_ref)) { in handle_cap_grant()
|
| D | inode.c | 507 ci->i_wrbuffer_ref = 0; in ceph_alloc_inode() 1962 if (ci->i_wrbuffer_ref_head < ci->i_wrbuffer_ref) { in __ceph_do_pending_vmtruncate() 1975 wrbuffer_refs = ci->i_wrbuffer_ref; in __ceph_do_pending_vmtruncate()
|
| D | super.h | 405 int i_wrbuffer_ref, i_wrbuffer_ref_head; member
|
| D | mds_client.c | 1601 if (ci->i_wrbuffer_ref > 0) in remove_session_caps_cb()
|