Home
last modified time | relevance | path

Searched refs:busy (Results 1 – 6 of 6) sorted by relevance

/fs/dlm/
Dlockspace.c721 int i, busy, rv; in release_lockspace() local
723 busy = lockspace_busy(ls, force); in release_lockspace()
727 if (busy) { in release_lockspace()
/fs/nilfs2/
Dsuper.c1318 int busy = false; in nilfs_mount() local
1321 busy = nilfs_try_to_shrink_tree(s->s_root); in nilfs_mount()
1322 if (busy && (flags ^ s->s_flags) & MS_RDONLY) { in nilfs_mount()
1331 if (!busy) { in nilfs_mount()
/fs/
Dinode.c622 int busy = 0; in invalidate_inodes() local
635 busy = 1; in invalidate_inodes()
640 busy = 1; in invalidate_inodes()
653 return busy; in invalidate_inodes()
/fs/jbd/
Dtransaction.c1757 goto busy; in journal_try_to_free_buffers()
1762 busy: in journal_try_to_free_buffers()
/fs/jbd2/
Dtransaction.c1759 goto busy; in jbd2_journal_try_to_free_buffers()
1764 busy: in jbd2_journal_try_to_free_buffers()
/fs/ext4/
Dmballoc.c3658 int busy = 0; in ext4_mb_discard_group_preallocations() local
3690 busy = 1; in ext4_mb_discard_group_preallocations()
3711 if (free < needed && busy) { in ext4_mb_discard_group_preallocations()
3712 busy = 0; in ext4_mb_discard_group_preallocations()