Home
last modified time | relevance | path

Searched refs:pending (Results 1 – 18 of 18) sorted by relevance

/fs/btrfs/
Dtransaction.c1053 struct btrfs_pending_snapshot *pending) in create_pending_snapshot() argument
1058 struct btrfs_root *root = pending->root; in create_pending_snapshot()
1077 pending->error = -ENOMEM; in create_pending_snapshot()
1083 pending->error = -ENOMEM; in create_pending_snapshot()
1087 pending->error = btrfs_find_free_objectid(tree_root, &objectid); in create_pending_snapshot()
1088 if (pending->error) in create_pending_snapshot()
1091 btrfs_reloc_pre_snapshot(trans, pending, &to_reserve); in create_pending_snapshot()
1094 pending->error = btrfs_block_rsv_add(root, in create_pending_snapshot()
1095 &pending->block_rsv, in create_pending_snapshot()
1098 if (pending->error) in create_pending_snapshot()
[all …]
Dasync-thread.c40 struct list_head pending; member
242 list_empty(&worker->pending) && in try_worker_shutdown()
279 list_splice_tail_init(&worker->pending, head); in get_next_work()
353 if (!list_empty(&worker->pending) || in worker_loop()
367 if (!list_empty(&worker->pending) || in worker_loop()
377 if (!list_empty(&worker->pending) || in worker_loop()
475 INIT_LIST_HEAD(&worker->pending); in __btrfs_start_workers()
636 list_add_tail(&work->list, &worker->pending); in btrfs_requeue_work()
700 list_add_tail(&work->list, &worker->pending); in btrfs_queue_worker()
Drelocation.c79 unsigned int pending:1; member
108 struct list_head pending[BTRFS_MAX_LEVEL]; member
210 INIT_LIST_HEAD(&cache->pending[i]); in backref_cache_init()
236 BUG_ON(!list_empty(&cache->pending[i])); in backref_cache_cleanup()
503 BUG_ON(node->pending); in update_backref_cache()
512 list_for_each_entry(node, &cache->pending[level], list) { in update_backref_cache()
513 BUG_ON(!node->pending); in update_backref_cache()
2647 if (!upper->pending)
2655 if (!err && node->pending) {
2658 node->pending = 0;
[all …]
Draid56.c640 struct btrfs_raid_bio *pending; in lock_stripe_add() local
687 list_for_each_entry(pending, &cur->plug_list, in lock_stripe_add()
689 if (rbio_can_merge(pending, rbio)) { in lock_stripe_add()
690 merge_rbio(pending, rbio); in lock_stripe_add()
Dvolumes.c194 struct bio *pending; in run_scheduled_bios() local
241 pending = pending_bios->head; in run_scheduled_bios()
243 WARN_ON(pending && !tail); in run_scheduled_bios()
267 while (pending) { in run_scheduled_bios()
279 requeue_list(pending_bios, pending, tail); in run_scheduled_bios()
283 cur = pending; in run_scheduled_bios()
284 pending = pending->bi_next; in run_scheduled_bios()
320 if (pending && bdi_write_congested(bdi) && batch_run > 8 && in run_scheduled_bios()
351 requeue_list(pending_bios, pending, tail); in run_scheduled_bios()
Dctree.h3770 struct btrfs_pending_snapshot *pending,
3773 struct btrfs_pending_snapshot *pending);
/fs/squashfs/
Dcache.c118 entry->pending = 1; in squashfs_cache_get()
131 entry->pending = 0; in squashfs_cache_get()
162 if (entry->pending) { in squashfs_cache_get()
165 wait_event(entry->wait_queue, !entry->pending); in squashfs_cache_get()
Dsquashfs_fs_sb.h47 int pending; member
/fs/proc/
Darray.c264 sigset_t pending, shpending, blocked, ignored, caught; in task_sig() local
269 sigemptyset(&pending); in task_sig()
276 pending = p->pending.signal; in task_sig()
292 render_sigset_t(m, "SigPnd:\t", &pending); in task_sig()
527 seq_put_decimal_ull(m, ' ', task->pending.signal.sig[0] & 0x7fffffffUL); in do_task_stat()
/fs/autofs4/
Dwaitq.c65 sigpipe = sigismember(&current->pending.signal, SIGPIPE); in autofs4_write()
85 sigdelset(&current->pending.signal, SIGPIPE); in autofs4_write()
/fs/fuse/
Ddev.c318 list_add_tail(&req->list, &fc->pending); in queue_request()
1018 return !list_empty(&fc->pending) || !list_empty(&fc->interrupts) || in request_pending()
1234 if (list_empty(&fc->pending) || fc->forget_batch-- > 0) in fuse_dev_do_read()
1241 req = list_entry(fc->pending.next, struct fuse_req, list); in fuse_dev_do_read()
2082 end_requests(fc, &fc->pending); in end_queued_requests()
Dfuse_i.h401 struct list_head pending; member
Dinode.c574 INIT_LIST_HEAD(&fc->pending); in fuse_conn_init()
/fs/
Dsignalfd.c68 if (next_signal(&current->pending, &ctx->sigmask) || in signalfd_poll()
Dcoredump.c273 sigaddset(&t->pending.signal, SIGKILL); in zap_process()
Dbinfmt_elf_fdpic.c1356 prstatus->pr_sigpend = p->pending.signal.sig[0]; in fill_prstatus()
Dbinfmt_elf.c1428 prstatus->pr_sigpend = p->pending.signal.sig[0]; in fill_prstatus()
/fs/cifs/
DCHANGES82 Samba servers (worked to Windows). Fix rmdir so that pending search
303 Defer close of a file handle slightly if pending writes depend on that handle