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()
745 bool busy; member
769 acur->busy = false; in xfs_alloc_cur_setup()
831 bool busy; in xfs_alloc_cur_check() local
853 busy = xfs_alloc_compute_aligned(args, bno, len, &bnoa, &lena, in xfs_alloc_cur_check()
855 acur->busy |= busy; in xfs_alloc_cur_check()
856 if (busy) in xfs_alloc_cur_check()
1462 if (!xfs_alloc_cur_active(acur->cnt) && !acur->len && !acur->busy) { in xfs_alloc_ag_vextent_locality()
[all …]
/fs/dlm/
Dlockspace.c761 int i, busy, rv; in release_lockspace() local
763 busy = lockspace_busy(ls, force); in release_lockspace()
767 if (busy) { in release_lockspace()
/fs/afs/
Drotate.c208 goto busy; in afs_select_fileserver()
224 busy: in afs_select_fileserver()
/fs/
Dinode.c686 int busy = 0; in invalidate_inodes() local
700 busy = 1; in invalidate_inodes()
705 busy = 1; in invalidate_inodes()
724 return busy; in invalidate_inodes()
/fs/jbd2/
Dtransaction.c2187 goto busy; in jbd2_journal_try_to_free_buffers()
2191 busy: in jbd2_journal_try_to_free_buffers()
/fs/ext4/
Dmballoc.c4934 ext4_group_t group, int *busy) in ext4_mb_discard_group_preallocations() argument
4974 *busy = 1; in ext4_mb_discard_group_preallocations()
5568 int freed = 0, busy = 0; in ext4_mb_discard_preallocations() local
5577 ret = ext4_mb_discard_group_preallocations(sb, i, &busy); in ext4_mb_discard_preallocations()
5583 if (needed > 0 && busy && ++retry < 3) { in ext4_mb_discard_preallocations()
5584 busy = 0; in ext4_mb_discard_preallocations()