Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_alloc.c282 bool busy; in xfs_alloc_compute_aligned() local
285 busy = xfs_extent_busy_trim(args, &bno, &len, busy_gen); in xfs_alloc_compute_aligned()
311 return busy; in xfs_alloc_compute_aligned()
746 bool busy; member
770 acur->busy = false; in xfs_alloc_cur_setup()
832 bool busy; in xfs_alloc_cur_check() local
854 busy = xfs_alloc_compute_aligned(args, bno, len, &bnoa, &lena, in xfs_alloc_cur_check()
856 acur->busy |= busy; in xfs_alloc_cur_check()
857 if (busy) in xfs_alloc_cur_check()
1463 if (!xfs_alloc_cur_active(acur->cnt) && !acur->len && !acur->busy) { in xfs_alloc_ag_vextent_locality()
[all …]
/fs/dlm/
Dlockspace.c759 int i, busy, rv; in release_lockspace() local
761 busy = lockspace_busy(ls, force); in release_lockspace()
765 if (busy) { in release_lockspace()
/fs/afs/
Drotate.c208 goto busy; in afs_select_fileserver()
224 busy: in afs_select_fileserver()
/fs/
Dinode.c678 int busy = 0; in invalidate_inodes() local
692 busy = 1; in invalidate_inodes()
697 busy = 1; in invalidate_inodes()
716 return busy; in invalidate_inodes()
/fs/jbd2/
Dtransaction.c2168 goto busy; in jbd2_journal_try_to_free_buffers()
2185 busy: in jbd2_journal_try_to_free_buffers()
/fs/ext4/
Dmballoc.c4400 ext4_group_t group, int *busy) in ext4_mb_discard_group_preallocations() argument
4440 *busy = 1; in ext4_mb_discard_group_preallocations()
5031 int freed = 0, busy = 0; in ext4_mb_discard_preallocations() local
5040 ret = ext4_mb_discard_group_preallocations(sb, i, &busy); in ext4_mb_discard_preallocations()
5046 if (needed > 0 && busy && ++retry < 3) { in ext4_mb_discard_preallocations()
5047 busy = 0; in ext4_mb_discard_preallocations()