ic_refcnt 726 fs/xfs/xfs_log.c atomic_inc(&iclog->ic_refcnt); ic_refcnt 764 fs/xfs/xfs_log.c atomic_inc(&iclog->ic_refcnt); ic_refcnt 1308 fs/xfs/xfs_log.c atomic_set(&iclog->ic_refcnt, 0); ic_refcnt 1460 fs/xfs/xfs_log.c ASSERT(atomic_read(&iclog->ic_refcnt) == 0); ic_refcnt 2336 fs/xfs/xfs_log.c ASSERT(atomic_read(&iclog->ic_refcnt) == 0); ic_refcnt 2415 fs/xfs/xfs_log.c atomic_inc(&iclog->ic_refcnt); /* prevents sync */ ic_refcnt 2453 fs/xfs/xfs_log.c if (!atomic_add_unless(&iclog->ic_refcnt, -1, 1)) { ic_refcnt 2841 fs/xfs/xfs_log.c ASSERT(atomic_read(&iclog->ic_refcnt) > 0); ic_refcnt 2842 fs/xfs/xfs_log.c if (!atomic_dec_and_lock(&iclog->ic_refcnt, &log->l_icloglock)) ic_refcnt 2972 fs/xfs/xfs_log.c (atomic_read(&iclog->ic_refcnt) == 0 ic_refcnt 2981 fs/xfs/xfs_log.c if (atomic_read(&iclog->ic_refcnt) == 0) { ic_refcnt 2988 fs/xfs/xfs_log.c atomic_inc(&iclog->ic_refcnt); ic_refcnt 3120 fs/xfs/xfs_log.c atomic_inc(&iclog->ic_refcnt); ic_refcnt 363 fs/xfs/xfs_log_priv.h atomic_t ic_refcnt ____cacheline_aligned_in_smp; ic_refcnt 392 fs/xfs/xfs_log_priv.h #define ic_refcnt hic_fields.ic_refcnt