Home
last modified time | relevance | path

Searched refs:ti_magic (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/fs/nilfs2/
Dnilfs.h140 u32 ti_magic; member
177 if (ti == NULL || ti->ti_magic != NILFS_TI_MAGIC) in nilfs_test_transaction_flag()
Dsegment.c124 if (cur_ti->ti_magic == NILFS_TI_MAGIC) in nilfs_prepare_segment_lock()
148 ti->ti_magic = NILFS_TI_MAGIC; in nilfs_prepare_segment_lock()
228 BUG_ON(ti == NULL || ti->ti_magic != NILFS_TI_MAGIC); in nilfs_transaction_commit()
257 BUG_ON(ti == NULL || ti->ti_magic != NILFS_TI_MAGIC); in nilfs_transaction_abort()
304 ti->ti_magic = NILFS_TI_MAGIC; in nilfs_transaction_lock()
327 BUG_ON(ti == NULL || ti->ti_magic != NILFS_TI_MAGIC); in nilfs_transaction_unlock()
2265 BUG_ON((ti = current->journal_info) && ti->ti_magic == NILFS_TI_MAGIC); in nilfs_construct_segment()