Searched refs:io_remaining (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_aops.h33 atomic_t io_remaining; /* hold count */ member in struct:xfs_ioend
H A Dxfs_aops.c211 if (atomic_dec_and_test(&ioend->io_remaining)) {
258 atomic_inc(&ioend->io_remaining);
276 if (atomic_dec_and_test(&ioend->io_remaining))
300 atomic_set(&ioend->io_remaining, 1);
370 atomic_inc(&ioend->io_remaining);

Completed in 31 milliseconds