Searched refs:i_wrbuffer_ref (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/ceph/ |
H A D | caps.c | 980 if (ci->i_wb_ref || ci->i_wrbuffer_ref) in __ceph_caps_used() 2068 !(ci->i_wb_ref || ci->i_wrbuffer_ref) && /* no dirty pages... */ in ceph_check_caps() 2156 if (S_ISREG(inode->i_mode) && ci->i_wrbuffer_ref && in ceph_check_caps() 3278 ci->i_wrbuffer_ref -= nr; in ceph_put_wrbuffer_cap_refs() 3279 if (ci->i_wrbuffer_ref == 0) { in ceph_put_wrbuffer_cap_refs() 3296 ci->i_wrbuffer_ref+nr, ci->i_wrbuffer_ref_head+nr, in ceph_put_wrbuffer_cap_refs() 3297 ci->i_wrbuffer_ref, ci->i_wrbuffer_ref_head, in ceph_put_wrbuffer_cap_refs() 3331 ci->i_wrbuffer_ref+nr, capsnap->dirty_pages + nr, in ceph_put_wrbuffer_cap_refs() 3332 ci->i_wrbuffer_ref, capsnap->dirty_pages, in ceph_put_wrbuffer_cap_refs() 3455 !(ci->i_wrbuffer_ref || ci->i_wb_ref)) { in handle_cap_grant() [all …]
|
H A D | addr.c | 110 if (ci->i_wrbuffer_ref == 0) in ceph_dirty_folio() 112 ++ci->i_wrbuffer_ref; in ceph_dirty_folio() 116 ci->i_wrbuffer_ref-1, ci->i_wrbuffer_ref_head-1, in ceph_dirty_folio() 117 ci->i_wrbuffer_ref, ci->i_wrbuffer_ref_head, in ceph_dirty_folio() 958 if (ci->i_wrbuffer_ref > 0) { in ceph_writepages_start()
|
H A D | inode.c | 637 ci->i_wrbuffer_ref = 0; in ceph_alloc_inode() 2178 if (ci->i_wrbuffer_ref_head < ci->i_wrbuffer_ref) { in __ceph_do_pending_vmtruncate() 2190 wrbuffer_refs = ci->i_wrbuffer_ref; in __ceph_do_pending_vmtruncate()
|
H A D | snap.c | 685 if (ci->i_wrbuffer_ref) { in __ceph_finish_cap_snap()
|
H A D | super.h | 442 int i_wrbuffer_ref, i_wrbuffer_ref_head; member
|