Home
last modified time | relevance | path

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

/fs/
Deventpoll.c257 poll_table pt; member
360 return container_of(p, struct ep_pqueue, pt)->epi; in ep_item_from_epqueue()
881 poll_table *pt);
888 static __poll_t ep_item_poll(const struct epitem *epi, poll_table *pt, in ep_item_poll() argument
894 pt->_key = epi->event.events; in ep_item_poll()
896 return vfs_poll(epi->ffd.file, pt) & epi->event.events; in ep_item_poll()
899 poll_wait(epi->ffd.file, &ep->poll_wait, pt); in ep_item_poll()
900 locked = pt && (pt->_qproc == ep_ptable_queue_proc); in ep_item_poll()
911 poll_table pt; in ep_read_events_proc() local
914 init_poll_funcptr(&pt, NULL); in ep_read_events_proc()
[all …]
Daio.c1685 struct poll_table_struct pt = { ._key = req->events }; in aio_poll_complete_work() local
1690 mask = vfs_poll(req->file, &pt) & req->events; in aio_poll_complete_work()
1827 struct poll_table_struct pt; member
1837 struct aio_poll_table *pt = container_of(p, struct aio_poll_table, pt); in aio_poll_queue_proc() local
1840 if (unlikely(pt->queued)) { in aio_poll_queue_proc()
1841 pt->error = -EINVAL; in aio_poll_queue_proc()
1845 pt->queued = true; in aio_poll_queue_proc()
1846 pt->error = 0; in aio_poll_queue_proc()
1847 pt->iocb->poll.head = head; in aio_poll_queue_proc()
1848 add_wait_queue(head, &pt->iocb->poll.wait); in aio_poll_queue_proc()
[all …]
Dselect.c123 init_poll_funcptr(&pwq->pt, __pollwait); in poll_initwait()
224 struct poll_wqueues *pwq = container_of(p, struct poll_wqueues, pt); in __pollwait()
497 wait = &table.pt; in do_select()
887 poll_table* pt = &wait->pt; in do_poll() local
896 pt->_qproc = NULL; in do_poll()
920 if (do_pollfd(pfd, pt, &can_busy_loop, in do_poll()
923 pt->_qproc = NULL; in do_poll()
934 pt->_qproc = NULL; in do_poll()
Dnamei.c789 struct path *pt = &nd->path; in success_walk_trace() local
820 p = d_path(pt, try_buf, cur_path_size); in success_walk_trace()
/fs/ntfs/
Dcompress.c332 u16 lg, pt, length, max_non_overlap; in ntfs_decompress() local
372 pt = le16_to_cpup((le16*)cb); in ntfs_decompress()
379 dp_back_addr = dp_addr - (pt >> (12 - lg)) - 1; in ntfs_decompress()
384 length = (pt & (0xfff >> lg)) + 3; in ntfs_decompress()
/fs/ecryptfs/
Dmiscdev.c29 ecryptfs_miscdev_poll(struct file *file, poll_table *pt) in ecryptfs_miscdev_poll() argument
46 poll_wait(file, &daemon->wait, pt); in ecryptfs_miscdev_poll()
/fs/btrfs/
Dsend.c1121 struct fs_path *pt = ctx; in __copy_first_ref() local
1123 ret = fs_path_copy(pt, p); in __copy_first_ref()