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

/linux-master/fs/ceph/
H A Dcaps.c1007 if (ci->i_wb_ref || ci->i_wrbuffer_ref)
2117 !(ci->i_wb_ref || ci->i_wrbuffer_ref) && /* no dirty pages... */
2168 * If the "i_wrbuffer_ref" was increased by mmap or generic
2172 * pages and to release the "i_wrbuffer_ref", which will cost
2178 if (S_ISREG(inode->i_mode) && ci->i_wrbuffer_ref &&
3353 ci->i_wrbuffer_ref -= nr;
3354 if (ci->i_wrbuffer_ref == 0) {
3370 inode, ceph_vinop(inode), ci->i_wrbuffer_ref+nr,
3371 ci->i_wrbuffer_ref_head+nr, ci->i_wrbuffer_ref,
3404 ci->i_wrbuffer_ref
[all...]
H A Daddr.c37 * i_wrbuffer_ref == i_wrbuffer_ref_head == the dirty page count.
111 if (ci->i_wrbuffer_ref == 0)
113 ++ci->i_wrbuffer_ref;
117 ci->i_wrbuffer_ref-1, ci->i_wrbuffer_ref_head-1,
118 ci->i_wrbuffer_ref, ci->i_wrbuffer_ref_head,
951 if (ci->i_wrbuffer_ref > 0) {
H A Dsnap.c693 if (ci->i_wrbuffer_ref) {
H A Dsuper.h442 int i_wrbuffer_ref, i_wrbuffer_ref_head; member in struct:ceph_inode_info
H A Dinode.c649 ci->i_wrbuffer_ref = 0;
2217 if (ci->i_wrbuffer_ref_head < ci->i_wrbuffer_ref) {
2230 wrbuffer_refs = ci->i_wrbuffer_ref;

Completed in 195 milliseconds