Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ceph/
H A Daddr.c107 if (ci->i_wrbuffer_ref == 0) in ceph_set_page_dirty()
109 ++ci->i_wrbuffer_ref; in ceph_set_page_dirty()
113 ci->i_wrbuffer_ref-1, ci->i_wrbuffer_ref_head-1, in ceph_set_page_dirty()
114 ci->i_wrbuffer_ref, ci->i_wrbuffer_ref_head, in ceph_set_page_dirty()
836 if (ci->i_wrbuffer_ref > 0) { in ceph_writepages_start()
H A Dcaps.c998 if (ci->i_wb_ref || ci->i_wrbuffer_ref) in __ceph_caps_used()
2009 !(ci->i_wb_ref || ci->i_wrbuffer_ref) && /* no dirty pages... */ in ceph_check_caps()
3215 ci->i_wrbuffer_ref -= nr; in ceph_put_wrbuffer_cap_refs()
3216 if (ci->i_wrbuffer_ref == 0) { in ceph_put_wrbuffer_cap_refs()
3233 ci->i_wrbuffer_ref+nr, ci->i_wrbuffer_ref_head+nr, in ceph_put_wrbuffer_cap_refs()
3234 ci->i_wrbuffer_ref, ci->i_wrbuffer_ref_head, in ceph_put_wrbuffer_cap_refs()
3268 ci->i_wrbuffer_ref+nr, capsnap->dirty_pages + nr, in ceph_put_wrbuffer_cap_refs()
3269 ci->i_wrbuffer_ref, capsnap->dirty_pages, in ceph_put_wrbuffer_cap_refs()
3382 !(ci->i_wrbuffer_ref || ci->i_wb_ref)) { in handle_cap_grant()
H A Dinode.c511 ci->i_wrbuffer_ref = 0; in ceph_alloc_inode()
1967 if (ci->i_wrbuffer_ref_head < ci->i_wrbuffer_ref) { in __ceph_do_pending_vmtruncate()
1980 wrbuffer_refs = ci->i_wrbuffer_ref; in __ceph_do_pending_vmtruncate()
H A Dsuper.h406 int i_wrbuffer_ref, i_wrbuffer_ref_head; member
H A Dmds_client.c1658 if (ci->i_wrbuffer_ref > 0) in remove_session_caps_cb()