ic_refcnt         867 fs/xfs/xfs_log.c 	atomic_inc(&iclog->ic_refcnt);
ic_refcnt         952 fs/xfs/xfs_log.c 		atomic_inc(&iclog->ic_refcnt);
ic_refcnt        1465 fs/xfs/xfs_log.c 		atomic_set(&iclog->ic_refcnt, 0);
ic_refcnt        1870 fs/xfs/xfs_log.c 	ASSERT(atomic_read(&iclog->ic_refcnt) == 0);
ic_refcnt        2936 fs/xfs/xfs_log.c 	ASSERT(atomic_read(&iclog->ic_refcnt) == 0);
ic_refcnt        3008 fs/xfs/xfs_log.c 	atomic_inc(&iclog->ic_refcnt);	/* prevents sync */
ic_refcnt        3046 fs/xfs/xfs_log.c 		if (!atomic_add_unless(&iclog->ic_refcnt, -1, 1)) {
ic_refcnt        3184 fs/xfs/xfs_log.c 	ASSERT(atomic_read(&iclog->ic_refcnt) > 0);
ic_refcnt        3185 fs/xfs/xfs_log.c 	if (!atomic_dec_and_lock(&iclog->ic_refcnt, &log->l_icloglock))
ic_refcnt        3317 fs/xfs/xfs_log.c 	     atomic_read(&iclog->ic_refcnt) == 0 && iclog->ic_offset == 0)) {
ic_refcnt        3331 fs/xfs/xfs_log.c 		if (atomic_read(&iclog->ic_refcnt) == 0) {
ic_refcnt        3339 fs/xfs/xfs_log.c 			atomic_inc(&iclog->ic_refcnt);
ic_refcnt        3440 fs/xfs/xfs_log.c 		atomic_inc(&iclog->ic_refcnt);
ic_refcnt         218 fs/xfs/xfs_log_priv.h 	atomic_t		ic_refcnt ____cacheline_aligned_in_smp;