Home
last modified time | relevance | path

Searched refs:DIRTY_ZNODE (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/ubifs/
H A Dmisc.h26 return !!test_bit(DIRTY_ZNODE, &znode->flags); in ubifs_zn_dirty()
H A Dtnc_commit.c90 __clear_bit(DIRTY_ZNODE, &znode->flags); in make_idx_node()
938 clear_bit(DIRTY_ZNODE, &znode->flags); in write_index()
H A Dtnc.c207 __set_bit(DIRTY_ZNODE, &zn->flags); in copy_znode()
279 if (!test_and_set_bit(DIRTY_ZNODE, &znode->flags)) { in dirty_cow_znode()
2221 __set_bit(DIRTY_ZNODE, &zn->flags); in tnc_insert()
2274 __set_bit(DIRTY_ZNODE, &zi->flags); in tnc_insert()
H A Dubifs.h174 DIRTY_ZNODE = 0, enumerator