Searched refs:i_wrbuffer_ref (Results 1 – 4 of 4) sorted by relevance
/linux/fs/ceph/ |
H A D | caps.c | 994 if (ci->i_wb_ref || ci->i_wrbuffer_ref) in __ceph_caps_used() 2107 !(ci->i_wb_ref || ci->i_wrbuffer_ref) && /* no dirty pages... */ in ceph_check_caps() 2168 if (S_ISREG(inode->i_mode) && ci->i_wrbuffer_ref && in ceph_check_caps() 3354 ci->i_wrbuffer_ref -= nr; in ceph_put_wrbuffer_cap_refs() 3355 if (ci->i_wrbuffer_ref == 0) { in ceph_put_wrbuffer_cap_refs() 3371 inode, ceph_vinop(inode), ci->i_wrbuffer_ref+nr, in ceph_put_wrbuffer_cap_refs() 3372 ci->i_wrbuffer_ref_head+nr, ci->i_wrbuffer_ref, in ceph_put_wrbuffer_cap_refs() 3405 ci->i_wrbuffer_ref+nr, capsnap->dirty_pages + nr, in ceph_put_wrbuffer_cap_refs() 3406 ci->i_wrbuffer_ref, capsnap->dirty_pages, in ceph_put_wrbuffer_cap_refs() 3534 !(ci->i_wrbuffer_ref || ci->i_wb_ref)) { in handle_cap_grant() [all …]
|
H A D | addr.c | 111 if (ci->i_wrbuffer_ref == 0) in ceph_dirty_folio() 113 ++ci->i_wrbuffer_ref; in ceph_dirty_folio() 117 ci->i_wrbuffer_ref-1, ci->i_wrbuffer_ref_head-1, in ceph_dirty_folio() 118 ci->i_wrbuffer_ref, ci->i_wrbuffer_ref_head, in ceph_dirty_folio() 984 if (ci->i_wrbuffer_ref > 0) { in ceph_writepages_start()
|
H A D | inode.c | 649 ci->i_wrbuffer_ref = 0; in ceph_alloc_inode() 2218 if (ci->i_wrbuffer_ref_head < ci->i_wrbuffer_ref) { in __ceph_do_pending_vmtruncate() 2231 wrbuffer_refs = ci->i_wrbuffer_ref; in __ceph_do_pending_vmtruncate()
|
H A D | snap.c | 693 if (ci->i_wrbuffer_ref) { in __ceph_finish_cap_snap()
|