Home
last modified time | relevance | path

Searched refs:i_wb_ref (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ceph/
H A Dcaps.c994 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()
2786 if (ci->i_wb_ref == 0) in ceph_take_cap_refs()
2788 ci->i_wb_ref++; in ceph_take_cap_refs()
2790 ceph_vinop(inode), ci->i_wb_ref-1, ci->i_wb_ref); in ceph_take_cap_refs()
3253 if (--ci->i_wb_ref == 0) { in __ceph_put_cap_refs()
3260 ceph_vinop(inode), ci->i_wb_ref+1, ci->i_wb_ref); in __ceph_put_cap_refs()
3268 WARN_ON_ONCE(ci->i_wb_ref); in __ceph_put_cap_refs()
[all...]
H A Dsuper.h442 int i_rd_ref, i_rdcache_ref, i_wr_ref, i_wb_ref, i_fx_ref; member
H A Dinode.c647 ci->i_wb_ref = 0; in ceph_alloc_inode()