Searched refs:i_wrbuffer_ref (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/ceph/ |
| A 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() 729 if (ci->i_wrbuffer_ref > 0) { in ceph_writepages_start()
|
| A D | caps.c | 977 if (ci->i_wb_ref || ci->i_wrbuffer_ref) in __ceph_caps_used() 1988 !(ci->i_wb_ref || ci->i_wrbuffer_ref) && /* no dirty pages... */ in ceph_check_caps() 3155 ci->i_wrbuffer_ref -= nr; in ceph_put_wrbuffer_cap_refs() 3156 if (ci->i_wrbuffer_ref == 0) { in ceph_put_wrbuffer_cap_refs() 3173 ci->i_wrbuffer_ref+nr, ci->i_wrbuffer_ref_head+nr, in ceph_put_wrbuffer_cap_refs() 3174 ci->i_wrbuffer_ref, ci->i_wrbuffer_ref_head, in ceph_put_wrbuffer_cap_refs() 3208 ci->i_wrbuffer_ref+nr, capsnap->dirty_pages + nr, in ceph_put_wrbuffer_cap_refs() 3209 ci->i_wrbuffer_ref, capsnap->dirty_pages, in ceph_put_wrbuffer_cap_refs() 3321 !(ci->i_wrbuffer_ref || ci->i_wb_ref)) { in handle_cap_grant() 4610 if (ci->i_wrbuffer_ref > 0) in ceph_purge_inode_cap()
|
| A D | inode.c | 523 ci->i_wrbuffer_ref = 0; in ceph_alloc_inode() 1922 if (ci->i_wrbuffer_ref_head < ci->i_wrbuffer_ref) { in __ceph_do_pending_vmtruncate() 1935 wrbuffer_refs = ci->i_wrbuffer_ref; in __ceph_do_pending_vmtruncate()
|
| A D | super.h | 408 int i_wrbuffer_ref, i_wrbuffer_ref_head; member
|
Completed in 21 milliseconds