Home
last modified time | relevance | path

Searched refs:processing (Results 1 – 7 of 7) sorted by relevance

/fs/btrfs/
Ddelayed-ref.c552 while (head->processing) { in btrfs_select_ref_head()
566 head->processing = 1; in btrfs_select_ref_head()
584 if (head->processing == 0) in btrfs_delete_ref_head()
795 head_ref->processing = 0; in init_delayed_ref_head()
Ddelayed-ref.h120 unsigned int processing:1; member
Dextent-tree.c1729 head->processing = 0; in unselect_delayed_ref_head()
3298 head->processing = 0; in check_ref_cleanup()
/fs/fuse/
Dinode.c681 INIT_LIST_HEAD(&fpq->processing[i]); in fuse_pqueue_init()
1222 fud->pq.processing = pq; in fuse_dev_alloc()
1262 kfree(fud->pq.processing); in fuse_dev_free()
Ddev.c1335 list_move_tail(&req->list, &fpq->processing[hash]); in fuse_dev_do_read()
1832 list_for_each_entry(req, &fpq->processing[hash], list) { in request_find()
2184 list_splice_tail_init(&fpq->processing[i], in fuse_abort_conn()
2235 list_splice_init(&fpq->processing[i], &to_end); in fuse_dev_release()
Dfuse_i.h486 struct list_head *processing; member
Dvirtio_fs.c1203 list_add_tail(&req->list, fpq->processing); in virtio_fs_enqueue_req()