Searched refs:busy (Results 1 – 6 of 6) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_alloc.c | 297 bool busy; in xfs_alloc_compute_aligned() local 300 busy = xfs_extent_busy_trim(args, &bno, &len, busy_gen); in xfs_alloc_compute_aligned() 326 return busy; in xfs_alloc_compute_aligned() 759 bool busy; member 783 acur->busy = false; in xfs_alloc_cur_setup() 845 bool busy; in xfs_alloc_cur_check() local 867 busy = xfs_alloc_compute_aligned(args, bno, len, &bnoa, &lena, in xfs_alloc_cur_check() 869 acur->busy |= busy; in xfs_alloc_cur_check() 870 if (busy) in xfs_alloc_cur_check() 1477 if (!xfs_alloc_cur_active(acur->cnt) && !acur->len && !acur->busy) { in xfs_alloc_ag_vextent_locality() [all …]
|
/fs/dlm/ |
D | lockspace.c | 801 int i, busy, rv; in release_lockspace() local 803 busy = lockspace_busy(ls, force); in release_lockspace() 807 if (busy) { in release_lockspace()
|
/fs/afs/ |
D | rotate.c | 208 goto busy; in afs_select_fileserver() 224 busy: in afs_select_fileserver()
|
/fs/ |
D | inode.c | 765 int busy = 0; in invalidate_inodes() local 779 busy = 1; in invalidate_inodes() 784 busy = 1; in invalidate_inodes() 803 return busy; in invalidate_inodes()
|
/fs/jbd2/ |
D | transaction.c | 2186 goto busy; in jbd2_journal_try_to_free_buffers() 2190 busy: in jbd2_journal_try_to_free_buffers()
|
/fs/ext4/ |
D | mballoc.c | 4922 ext4_group_t group, int *busy) in ext4_mb_discard_group_preallocations() argument 4962 *busy = 1; in ext4_mb_discard_group_preallocations() 5556 int freed = 0, busy = 0; in ext4_mb_discard_preallocations() local 5565 ret = ext4_mb_discard_group_preallocations(sb, i, &busy); in ext4_mb_discard_preallocations() 5571 if (needed > 0 && busy && ++retry < 3) { in ext4_mb_discard_preallocations() 5572 busy = 0; in ext4_mb_discard_preallocations()
|