Searched refs:i_wrbuffer_ref (Results 1 – 3 of 3) sorted by relevance
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() 2158 * If the "i_wrbuffer_ref" was increased by mmap or generic in ceph_check_caps() 2162 * pages and to release the "i_wrbuffer_ref", which will cost 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 in ceph_put_wrbuffer_cap_refs() [all...]
649 ci->i_wrbuffer_ref = 0; in ceph_alloc_inode() 2223 if (ci->i_wrbuffer_ref_head < ci->i_wrbuffer_ref) { in __ceph_do_pending_vmtruncate() 2236 wrbuffer_refs = ci->i_wrbuffer_ref; in __ceph_do_pending_vmtruncate()
443 int i_wrbuffer_ref, i_wrbuffer_ref_head; member