/fs/btrfs/ |
D | transaction.c | 1053 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 …]
|
D | async-thread.c | 40 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()
|
D | relocation.c | 79 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 …]
|
D | raid56.c | 640 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()
|
D | volumes.c | 194 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()
|
D | ctree.h | 3770 struct btrfs_pending_snapshot *pending, 3773 struct btrfs_pending_snapshot *pending);
|
/fs/squashfs/ |
D | cache.c | 118 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()
|
D | squashfs_fs_sb.h | 47 int pending; member
|
/fs/proc/ |
D | array.c | 264 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/ |
D | waitq.c | 65 sigpipe = sigismember(¤t->pending.signal, SIGPIPE); in autofs4_write() 85 sigdelset(¤t->pending.signal, SIGPIPE); in autofs4_write()
|
/fs/fuse/ |
D | dev.c | 318 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()
|
D | fuse_i.h | 401 struct list_head pending; member
|
D | inode.c | 574 INIT_LIST_HEAD(&fc->pending); in fuse_conn_init()
|
/fs/ |
D | signalfd.c | 68 if (next_signal(¤t->pending, &ctx->sigmask) || in signalfd_poll()
|
D | coredump.c | 273 sigaddset(&t->pending.signal, SIGKILL); in zap_process()
|
D | binfmt_elf_fdpic.c | 1356 prstatus->pr_sigpend = p->pending.signal.sig[0]; in fill_prstatus()
|
D | binfmt_elf.c | 1428 prstatus->pr_sigpend = p->pending.signal.sig[0]; in fill_prstatus()
|
/fs/cifs/ |
D | CHANGES | 82 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
|