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

/linux-master/fs/ceph/
H A Dcaps.c1005 if (ci->i_wr_ref)
1200 * i_wr_ref can be non-zero. If there are ongoing write,
1203 if (ci->i_wr_ref == 0 && ci->i_snap_realm)
2783 if (ci->i_wr_ref == 0 && !ci->i_head_snapc) {
2788 ci->i_wr_ref++;
3262 if (--ci->i_wr_ref == 0) {
3362 ci->i_wr_ref == 0 &&
3886 if (ci->i_wr_ref == 0 &&
5046 ci->i_wr_ref == 0 &&
H A Dsnap.c640 ci->i_wr_ref == 0 &&
H A Dsuper.h441 int i_rd_ref, i_rdcache_ref, i_wr_ref, i_wb_ref, i_fx_ref; member in struct:ceph_inode_info
H A Dinode.c646 ci->i_wr_ref = 0;
2227 WARN_ON_ONCE(ci->i_rd_ref || ci->i_wr_ref);
H A Daddr.c98 BUG_ON(ci->i_wr_ref == 0); // caller should hold Fw reference

Completed in 300 milliseconds