Searched refs:nr_async_bios (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Ddisk-io.c530 return atomic_read(&info->nr_async_bios) >
1587 atomic_set(&fs_info->nr_async_bios, 0);
H A Dvolumes.c253 atomic_dec(&fs_info->nr_async_bios);
255 if (atomic_read(&fs_info->nr_async_bios) < limit &&
2954 * nr_async_bios allows us to reliably return congestion to the
2959 atomic_inc(&root->fs_info->nr_async_bios);
H A Dctree.h905 atomic_t nr_async_bios; member in struct:btrfs_fs_info

Completed in 87 milliseconds