i_wr_ref           96 fs/ceph/addr.c 	BUG_ON(ci->i_wr_ref == 0); // caller should hold Fw reference
i_wr_ref          963 fs/ceph/caps.c 	if (ci->i_wr_ref)
i_wr_ref         1106 fs/ceph/caps.c 	if (!__ceph_is_any_caps(ci) && ci->i_wr_ref == 0 && ci->i_snap_realm)
i_wr_ref         2511 fs/ceph/caps.c 		if (ci->i_wr_ref == 0 && !ci->i_head_snapc) {
i_wr_ref         2516 fs/ceph/caps.c 		ci->i_wr_ref++;
i_wr_ref         2913 fs/ceph/caps.c 		if (--ci->i_wr_ref == 0) {
i_wr_ref         2981 fs/ceph/caps.c 		    ci->i_wr_ref == 0 &&
i_wr_ref         3441 fs/ceph/caps.c 			if (ci->i_wr_ref == 0 &&
i_wr_ref          495 fs/ceph/inode.c 	ci->i_wr_ref = 0;
i_wr_ref         1934 fs/ceph/inode.c 	WARN_ON_ONCE(ci->i_rd_ref || ci->i_wr_ref);
i_wr_ref         1442 fs/ceph/mds_client.c 			    ci->i_wr_ref == 0 &&
i_wr_ref          578 fs/ceph/snap.c            ci->i_wr_ref == 0 &&
i_wr_ref          377 fs/ceph/super.h 	int i_rd_ref, i_rdcache_ref, i_wr_ref, i_wb_ref;