Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ceph/
Daddr.c110 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()
816 if (ci->i_wrbuffer_ref > 0) { in ceph_writepages_start()
Dcaps.c977 if (ci->i_wb_ref || ci->i_wrbuffer_ref) in __ceph_caps_used()
1997 !(ci->i_wb_ref || ci->i_wrbuffer_ref) && /* no dirty pages... */ in ceph_check_caps()
2085 if (S_ISREG(inode->i_mode) && ci->i_wrbuffer_ref && in ceph_check_caps()
3213 ci->i_wrbuffer_ref -= nr; in ceph_put_wrbuffer_cap_refs()
3214 if (ci->i_wrbuffer_ref == 0) { in ceph_put_wrbuffer_cap_refs()
3231 ci->i_wrbuffer_ref+nr, ci->i_wrbuffer_ref_head+nr, in ceph_put_wrbuffer_cap_refs()
3232 ci->i_wrbuffer_ref, ci->i_wrbuffer_ref_head, in ceph_put_wrbuffer_cap_refs()
3266 ci->i_wrbuffer_ref+nr, capsnap->dirty_pages + nr, in ceph_put_wrbuffer_cap_refs()
3267 ci->i_wrbuffer_ref, capsnap->dirty_pages, in ceph_put_wrbuffer_cap_refs()
3379 !(ci->i_wrbuffer_ref || ci->i_wb_ref)) { in handle_cap_grant()
[all …]
Dinode.c532 ci->i_wrbuffer_ref = 0; in ceph_alloc_inode()
1939 if (ci->i_wrbuffer_ref_head < ci->i_wrbuffer_ref) { in __ceph_do_pending_vmtruncate()
1952 wrbuffer_refs = ci->i_wrbuffer_ref; in __ceph_do_pending_vmtruncate()
Dsuper.h409 int i_wrbuffer_ref, i_wrbuffer_ref_head; member