Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nilfs2/
Dnilfs.h155 #define NILFS_TI_MAGIC 0xd9e392fb macro
182 if (ti == NULL || ti->ti_magic != NILFS_TI_MAGIC) in nilfs_test_transaction_flag()
Dsegment.c125 if (cur_ti->ti_magic == NILFS_TI_MAGIC) in nilfs_prepare_segment_lock()
149 ti->ti_magic = NILFS_TI_MAGIC; in nilfs_prepare_segment_lock()
230 BUG_ON(ti == NULL || ti->ti_magic != NILFS_TI_MAGIC); in nilfs_transaction_commit()
260 BUG_ON(ti == NULL || ti->ti_magic != NILFS_TI_MAGIC); in nilfs_transaction_abort()
308 ti->ti_magic = NILFS_TI_MAGIC; in nilfs_transaction_lock()
330 BUG_ON(ti == NULL || ti->ti_magic != NILFS_TI_MAGIC); in nilfs_transaction_unlock()
2178 BUG_ON((ti = current->journal_info) && ti->ti_magic == NILFS_TI_MAGIC); in nilfs_construct_segment()