Searched refs:DIRTY_CNODE (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/ubifs/
H A Dlpt_commit.c41 test_bit(DIRTY_CNODE, &cnode->flags)) {
72 if (cnode && test_bit(DIRTY_CNODE, &cnode->flags)) {
96 if (!test_bit(DIRTY_CNODE, &c->nroot->flags))
450 clear_bit(DIRTY_CNODE, &cnode->flags);
628 if (!test_and_set_bit(DIRTY_CNODE, &pnode->flags)) {
636 if (!test_and_set_bit(DIRTY_CNODE, &nnode->flags)) {
877 if (!test_and_set_bit(DIRTY_CNODE, &nnode->flags)) {
883 if (!test_and_set_bit(DIRTY_CNODE, &nnode->flags)) {
1491 if (test_bit(DIRTY_CNODE, &nnode->flags))
1497 if (test_bit(DIRTY_CNODE,
[all...]
H A Dlpt.c1519 if (!test_and_set_bit(DIRTY_CNODE, &nnode->flags)) {
1532 __set_bit(DIRTY_CNODE, &n->flags);
1569 if (!test_and_set_bit(DIRTY_CNODE, &pnode->flags)) {
1582 __set_bit(DIRTY_CNODE, &p->flags);
1641 ubifs_assert(c, test_bit(DIRTY_CNODE, &pnode->flags));
H A Dcommit.c87 if (c->nroot && test_bit(DIRTY_CNODE, &c->nroot->flags)) {
H A Dubifs.h234 * DIRTY_CNODE: cnode is dirty
240 DIRTY_CNODE = 0, enumerator in enum:__anon342
H A Dlprops.c500 test_bit(DIRTY_CNODE, &pnode->flags);

Completed in 121 milliseconds