Searched refs:i_wb_ref (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | caps.c | 980 if (ci->i_wb_ref || ci->i_wrbuffer_ref) in __ceph_caps_used() 2065 !(ci->i_wb_ref || ci->i_wrbuffer_ref) && /* no dirty pages... */ in ceph_check_caps() 2719 if (ci->i_wb_ref == 0) in ceph_take_cap_refs() 2721 ci->i_wb_ref++; in ceph_take_cap_refs() 2723 &ci->netfs.inode, ci->i_wb_ref-1, ci->i_wb_ref); in ceph_take_cap_refs() 3170 if (--ci->i_wb_ref == 0) { in __ceph_put_cap_refs() 3177 inode, ci->i_wb_ref+1, ci->i_wb_ref); in __ceph_put_cap_refs() 3185 WARN_ON_ONCE(ci->i_wb_ref); in __ceph_put_cap_refs() [all...] |
H A D | super.h | 440 int i_rd_ref, i_rdcache_ref, i_wr_ref, i_wb_ref, i_fx_ref; member
|
H A D | inode.c | 635 ci->i_wb_ref = 0; in ceph_alloc_inode()
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | caps.c | 998 if (ci->i_wb_ref || ci->i_wrbuffer_ref) in __ceph_caps_used() 2016 !(ci->i_wb_ref || ci->i_wrbuffer_ref) && /* no dirty pages... */ in ceph_check_caps() 2701 if (ci->i_wb_ref == 0) in ceph_take_cap_refs() 2703 ci->i_wb_ref++; in ceph_take_cap_refs() 2705 &ci->vfs_inode, ci->i_wb_ref-1, ci->i_wb_ref); in ceph_take_cap_refs() 3143 if (--ci->i_wb_ref == 0) { in __ceph_put_cap_refs() 3148 inode, ci->i_wb_ref+1, ci->i_wb_ref); in __ceph_put_cap_refs() 3389 !(ci->i_wrbuffer_ref || ci->i_wb_ref)) { [all...] |
H A D | super.h | 405 int i_rd_ref, i_rdcache_ref, i_wr_ref, i_wb_ref, i_fx_ref; member
|
H A D | inode.c | 509 ci->i_wb_ref = 0; in ceph_alloc_inode()
|
Completed in 20 milliseconds