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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Djournal.c99 static int can_dirty(struct reiserfs_journal_cnode *cn);
1502 BUG_ON(!can_dirty(cn));
1505 } else if (can_dirty(cn)) {
1717 if (cn->bh && can_dirty(cn) && buffer_dirty(cn->bh)) {
1726 if (cn->bh && can_dirty(cn) && buffer_dirty(tmp_bh)) {
1763 BUG_ON(!can_dirty(cn));
3523 static int can_dirty(struct reiserfs_journal_cnode *cn) function
3528 int can_dirty = 1; local
3534 while (cur && can_dirty) {
3537 can_dirty
[all...]

Completed in 49 milliseconds