Lines Matching defs:pending
1928 /* If there are pending snapshots for this root, we must COW. */
2429 * list of inodes that have pending delalloc work to be done.
3411 * Return EINTR if we were killed, 0 if nothing's pending
4133 * If we have a pending delayed iput we could end up with the final iput
5256 * This drops any pending insert or delete operations we have for this
8178 * we can't set the delalloc bits if there are pending ordered
9244 * of all the inodes with pending delalloc and forces them to disk.
9916 atomic_t pending;
9935 if (!atomic_dec_return(&priv->pending))
9946 .pending = ATOMIC_INIT(1),
9962 atomic_inc(&priv.pending);
9977 atomic_inc(&priv.pending);
9980 if (atomic_dec_return(&priv.pending))
9981 io_wait_event(priv.wait, !atomic_read(&priv.pending));