Searched refs:busy (Results 1 – 6 of 6) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_alloc.c | 264 bool busy; in xfs_alloc_compute_aligned() local 267 busy = xfs_extent_busy_trim(args, &bno, &len, busy_gen); in xfs_alloc_compute_aligned() 293 return busy; in xfs_alloc_compute_aligned() 1110 bool busy; in xfs_alloc_ag_vextent_near() local 1138 busy = false; in xfs_alloc_ag_vextent_near() 1221 busy = xfs_alloc_compute_aligned(args, ltbno, ltlen, in xfs_alloc_ag_vextent_near() 1340 busy |= xfs_alloc_compute_aligned(args, ltbno, ltlen, in xfs_alloc_ag_vextent_near() 1356 busy |= xfs_alloc_compute_aligned(args, gtbno, gtlen, in xfs_alloc_ag_vextent_near() 1418 if (busy) { in xfs_alloc_ag_vextent_near() 1501 bool busy; in xfs_alloc_ag_vextent_size() local [all …]
|
/fs/dlm/ |
D | lockspace.c | 769 int i, busy, rv; in release_lockspace() local 771 busy = lockspace_busy(ls, force); in release_lockspace() 775 if (busy) { in release_lockspace()
|
/fs/afs/ |
D | rotate.c | 239 goto busy; in afs_select_fileserver() 255 busy: in afs_select_fileserver()
|
/fs/ |
D | inode.c | 675 int busy = 0; in invalidate_inodes() local 689 busy = 1; in invalidate_inodes() 694 busy = 1; in invalidate_inodes() 713 return busy; in invalidate_inodes()
|
/fs/jbd2/ |
D | transaction.c | 2096 goto busy; in jbd2_journal_try_to_free_buffers() 2101 busy: in jbd2_journal_try_to_free_buffers()
|
/fs/ext4/ |
D | mballoc.c | 3887 int busy = 0; in ext4_mb_discard_group_preallocations() local 3922 busy = 1; in ext4_mb_discard_group_preallocations() 3943 if (free < needed && busy) { in ext4_mb_discard_group_preallocations() 3944 busy = 0; in ext4_mb_discard_group_preallocations()
|