Searched defs:can_dirty (Results 1 - 1 of 1) sorted by relevance

/fs/reiserfs/
H A Djournal.c91 static int can_dirty(struct reiserfs_journal_cnode *cn);
1446 BUG_ON(!can_dirty(cn));
1449 } else if (can_dirty(cn)) {
1653 if (cn->bh && can_dirty(cn) && buffer_dirty(cn->bh)) {
1663 if (cn->bh && can_dirty(cn) && buffer_dirty(tmp_bh)) {
1701 BUG_ON(!can_dirty(cn));
3480 static int can_dirty(struct reiserfs_journal_cnode *cn) function
3485 int can_dirty = 1; local
3492 while (cur && can_dirty) {
3495 can_dirty
[all...]

Completed in 9 milliseconds