Home
last modified time | relevance | path

Searched refs:i_wrbuffer_ref (Results 1 – 5 of 5) sorted by relevance

/linux/fs/ceph/
H A Dcaps.c995 if (ci->i_wb_ref || ci->i_wrbuffer_ref) in __ceph_caps_used()
2111 !(ci->i_wb_ref || ci->i_wrbuffer_ref) && /* no dirty pages... */ in ceph_check_caps()
2172 if (S_ISREG(inode->i_mode) && ci->i_wrbuffer_ref && in ceph_check_caps()
3371 ci->i_wrbuffer_ref -= nr; in ceph_put_wrbuffer_cap_refs()
3372 if (ci->i_wrbuffer_ref == 0) { in ceph_put_wrbuffer_cap_refs()
3388 inode, ceph_vinop(inode), ci->i_wrbuffer_ref+nr, in ceph_put_wrbuffer_cap_refs()
3389 ci->i_wrbuffer_ref_head+nr, ci->i_wrbuffer_ref, in ceph_put_wrbuffer_cap_refs()
3422 ci->i_wrbuffer_ref+nr, capsnap->dirty_pages + nr, in ceph_put_wrbuffer_cap_refs()
3423 ci->i_wrbuffer_ref, capsnap->dirty_pages, in ceph_put_wrbuffer_cap_refs()
3551 !(ci->i_wrbuffer_ref || ci->i_wb_ref)) { in handle_cap_grant()
[all …]
H A Daddr.c115 if (ci->i_wrbuffer_ref == 0) in ceph_dirty_folio()
117 ++ci->i_wrbuffer_ref; in ceph_dirty_folio()
121 ci->i_wrbuffer_ref-1, ci->i_wrbuffer_ref_head-1, in ceph_dirty_folio()
122 ci->i_wrbuffer_ref, ci->i_wrbuffer_ref_head, in ceph_dirty_folio()
1009 if (ci->i_wrbuffer_ref > 0) { in is_forced_umount()
H A Dinode.c697 ci->i_wrbuffer_ref = 0; in ceph_alloc_inode()
2323 if (ci->i_wrbuffer_ref_head < ci->i_wrbuffer_ref) { in __ceph_do_pending_vmtruncate()
2336 wrbuffer_refs = ci->i_wrbuffer_ref; in __ceph_do_pending_vmtruncate()
H A Dsuper.h486 int i_wrbuffer_ref, i_wrbuffer_ref_head; member
H A Dsnap.c693 if (ci->i_wrbuffer_ref) { in __ceph_finish_cap_snap()