Home
last modified time | relevance | path

Searched defs:task (Results 1 – 25 of 49) sorted by relevance

12

/fs/proc/
Dbase.c173 static int get_task_root(struct task_struct *task, struct path *root) in get_task_root()
188 struct task_struct *task = get_proc_task(d_inode(dentry)); in proc_cwd_link() local
205 struct task_struct *task = get_proc_task(d_inode(dentry)); in proc_root_link() local
387 struct pid *pid, struct task_struct *task) in proc_pid_wchan()
407 static int lock_trace(struct task_struct *task) in lock_trace()
419 static void unlock_trace(struct task_struct *task) in unlock_trace()
429 struct pid *pid, struct task_struct *task) in proc_pid_stack()
477 struct pid *pid, struct task_struct *task) in proc_pid_schedstat()
496 struct task_struct *task = get_proc_task(inode); in lstats_show_proc() local
530 struct task_struct *task = get_proc_task(file_inode(file)); in lstats_write() local
[all …]
Dfd.c26 struct task_struct *task; in seq_show() local
77 struct task_struct *task = get_proc_task(inode); in proc_fdinfo_access_allowed() local
108 static bool tid_fd_mode(struct task_struct *task, unsigned fd, fmode_t *mode) in tid_fd_mode()
125 static void tid_fd_update_inode(struct task_struct *task, struct inode *inode, in tid_fd_update_inode()
143 struct task_struct *task; in tid_fd_revalidate() local
174 struct task_struct *task; in proc_fd_link() local
207 struct task_struct *task, const void *ptr) in proc_fd_instantiate()
234 struct task_struct *task = get_proc_task(dir); in proc_lookupfd_common() local
346 struct task_struct *task, const void *ptr) in proc_fdinfo_instantiate()
Dnamespaces.c47 struct task_struct *task; in proc_ns_get_link() local
75 struct task_struct *task; in proc_ns_readlink() local
99 struct task_struct *task, const void *ptr) in proc_ns_instantiate()
120 struct task_struct *task = get_proc_task(file_inode(file)); in proc_ns_dir_readdir() local
154 struct task_struct *task = get_proc_task(dir); in proc_ns_dir_lookup() local
Darray.c384 static void task_cpus_allowed(struct seq_file *m, struct task_struct *task) in task_cpus_allowed()
408 struct pid *pid, struct task_struct *task) in proc_pid_status()
434 struct pid *pid, struct task_struct *task, int whole) in do_task_stat()
627 struct pid *pid, struct task_struct *task) in proc_tid_stat()
633 struct pid *pid, struct task_struct *task) in proc_tgid_stat()
639 struct pid *pid, struct task_struct *task) in proc_pid_statm()
677 struct task_struct *start, *task; in get_children_pid() local
Dproc_net.c259 struct task_struct *task; in get_proc_task_net() local
/fs/nfs/flexfilelayout/
Dflexfilelayout.c670 nfs4_ff_layout_stat_io_end_read(struct rpc_task *task, in nfs4_ff_layout_stat_io_end_read()
701 nfs4_ff_layout_stat_io_end_write(struct rpc_task *task, in nfs4_ff_layout_stat_io_end_write()
1020 struct rpc_task *task = &hdr->task; in ff_layout_reset_write() local
1068 struct rpc_task *task = &hdr->task; in ff_layout_reset_read() local
1090 static int ff_layout_async_handle_error_v4(struct rpc_task *task, in ff_layout_async_handle_error_v4()
1166 static int ff_layout_async_handle_error_v3(struct rpc_task *task, in ff_layout_async_handle_error_v3()
1199 static int ff_layout_async_handle_error(struct rpc_task *task, in ff_layout_async_handle_error()
1290 static int ff_layout_read_done_cb(struct rpc_task *task, in ff_layout_read_done_cb()
1355 static void ff_layout_read_record_layoutstats_start(struct rpc_task *task, in ff_layout_read_record_layoutstats_start()
1366 static void ff_layout_read_record_layoutstats_done(struct rpc_task *task, in ff_layout_read_record_layoutstats_done()
[all …]
/fs/nfs/
Dunlink.c46 static void nfs_async_unlink_done(struct rpc_task *task, void *calldata) in nfs_async_unlink_done()
76 static void nfs_unlink_prepare(struct rpc_task *task, void *calldata) in nfs_unlink_prepare()
103 struct rpc_task *task; in nfs_do_call_unlink() local
258 static void nfs_async_rename_done(struct rpc_task *task, void *calldata) in nfs_async_rename_done()
310 static void nfs_rename_prepare(struct rpc_task *task, void *calldata) in nfs_rename_prepare()
391 nfs_complete_sillyrename(struct rpc_task *task, struct nfs_renamedata *data) in nfs_complete_sillyrename()
438 struct rpc_task *task; in nfs_sillyrename() local
Dnfs3proc.c48 nfs3_async_handle_jukebox(struct rpc_task *task, struct inode *inode) in nfs3_async_handle_jukebox()
444 static void nfs3_proc_unlink_rpc_prepare(struct rpc_task *task, struct nfs_unlinkdata *data) in nfs3_proc_unlink_rpc_prepare()
450 nfs3_proc_unlink_done(struct rpc_task *task, struct inode *dir) in nfs3_proc_unlink_done()
468 static void nfs3_proc_rename_rpc_prepare(struct rpc_task *task, struct nfs_renamedata *data) in nfs3_proc_rename_rpc_prepare()
474 nfs3_proc_rename_done(struct rpc_task *task, struct inode *old_dir, in nfs3_proc_rename_done()
823 static int nfs3_read_done(struct rpc_task *task, struct nfs_pgio_header *hdr) in nfs3_read_done()
849 static int nfs3_proc_pgio_rpc_prepare(struct rpc_task *task, in nfs3_proc_pgio_rpc_prepare()
856 static int nfs3_write_done(struct rpc_task *task, struct nfs_pgio_header *hdr) in nfs3_write_done()
877 static void nfs3_proc_commit_rpc_prepare(struct rpc_task *task, struct nfs_commit_data *data) in nfs3_proc_commit_rpc_prepare()
882 static int nfs3_commit_done(struct rpc_task *task, struct nfs_commit_data *data) in nfs3_commit_done()
[all …]
Dnfs4proc.c625 nfs4_async_handle_exception(struct rpc_task *task, struct nfs_server *server, in nfs4_async_handle_exception()
661 nfs4_async_handle_error(struct rpc_task *task, struct nfs_server *server, in nfs4_async_handle_error()
739 static int nfs40_sequence_done(struct rpc_task *task, in nfs40_sequence_done()
809 struct rpc_task *task = _nfs41_proc_sequence(client, cred, slot, true); in nfs4_probe_sequence() local
814 static int nfs41_sequence_process(struct rpc_task *task, in nfs41_sequence_process()
952 int nfs41_sequence_done(struct rpc_task *task, struct nfs4_sequence_res *res) in nfs41_sequence_done()
963 static int nfs4_sequence_process(struct rpc_task *task, struct nfs4_sequence_res *res) in nfs4_sequence_process()
982 int nfs4_sequence_done(struct rpc_task *task, struct nfs4_sequence_res *res) in nfs4_sequence_done()
992 static void nfs41_call_sync_prepare(struct rpc_task *task, void *calldata) in nfs41_call_sync_prepare()
1002 static void nfs41_call_sync_done(struct rpc_task *task, void *calldata) in nfs41_call_sync_done()
[all …]
Dproc.c342 static void nfs_proc_unlink_rpc_prepare(struct rpc_task *task, struct nfs_unlinkdata *data) in nfs_proc_unlink_rpc_prepare()
347 static int nfs_proc_unlink_done(struct rpc_task *task, struct inode *dir) in nfs_proc_unlink_done()
361 static void nfs_proc_rename_rpc_prepare(struct rpc_task *task, struct nfs_renamedata *data) in nfs_proc_rename_rpc_prepare()
367 nfs_proc_rename_done(struct rpc_task *task, struct inode *old_dir, in nfs_proc_rename_done()
597 static int nfs_read_done(struct rpc_task *task, struct nfs_pgio_header *hdr) in nfs_read_done()
620 static int nfs_proc_pgio_rpc_prepare(struct rpc_task *task, in nfs_proc_pgio_rpc_prepare()
627 static int nfs_write_done(struct rpc_task *task, struct nfs_pgio_header *hdr) in nfs_write_done()
645 static void nfs_proc_commit_rpc_prepare(struct rpc_task *task, struct nfs_commit_data *data) in nfs_proc_commit_rpc_prepare()
Dnfs42proc.c478 static void nfs42_offload_cancel_prepare(struct rpc_task *task, void *calldata) in nfs42_offload_cancel_prepare()
487 static void nfs42_offload_cancel_done(struct rpc_task *task, void *calldata) in nfs42_offload_cancel_done()
515 struct rpc_task *task; in nfs42_do_offload_cancel_async() local
710 nfs42_layoutstat_prepare(struct rpc_task *task, void *calldata) in nfs42_layoutstat_prepare()
731 nfs42_layoutstat_done(struct rpc_task *task, void *calldata) in nfs42_layoutstat_done()
834 struct rpc_task *task; in nfs42_proc_layoutstats_generic() local
878 nfs42_layouterror_prepare(struct rpc_task *task, void *calldata) in nfs42_layouterror_prepare()
901 nfs42_layouterror_done(struct rpc_task *task, void *calldata) in nfs42_layouterror_done()
980 struct rpc_task *task; in nfs42_proc_layouterror() local
Dread.c241 static int nfs_readpage_done(struct rpc_task *task, in nfs_readpage_done()
259 static void nfs_readpage_retry(struct rpc_task *task, in nfs_readpage_retry()
291 static void nfs_readpage_result(struct rpc_task *task, in nfs_readpage_result()
Dpagelist.c132 nfs_async_iocounter_wait(struct rpc_task *task, struct nfs_lock_context *l_ctx) in nfs_async_iocounter_wait()
747 static void nfs_pgio_prepare(struct rpc_task *task, void *calldata) in nfs_pgio_prepare()
760 struct rpc_task *task; in nfs_initiate_pgio() local
868 static void nfs_pgio_result(struct rpc_task *task, void *calldata) in nfs_pgio_result()
Dnfs4super.c78 const struct task_struct *task; member
Dwrite.c1462 void nfs_commit_prepare(struct rpc_task *task, void *calldata) in nfs_commit_prepare()
1530 static int nfs_writeback_done(struct rpc_task *task, in nfs_writeback_done()
1584 static void nfs_writeback_result(struct rpc_task *task, in nfs_writeback_result()
1666 struct rpc_task *task; in nfs_initiate_commit() local
1808 static void nfs_commit_done(struct rpc_task *task, void *calldata) in nfs_commit_done()
/fs/nfs/filelayout/
Dfilelayout.c91 struct rpc_task *task = &hdr->task; in filelayout_reset_write() local
108 struct rpc_task *task = &hdr->task; in filelayout_reset_read() local
123 static int filelayout_async_handle_error(struct rpc_task *task, in filelayout_async_handle_error()
203 static int filelayout_read_done_cb(struct rpc_task *task, in filelayout_read_done_cb()
266 static void filelayout_read_prepare(struct rpc_task *task, void *data) in filelayout_read_prepare()
292 static void filelayout_read_call_done(struct rpc_task *task, void *data) in filelayout_read_call_done()
308 static void filelayout_read_count_stats(struct rpc_task *task, void *data) in filelayout_read_count_stats()
315 static int filelayout_write_done_cb(struct rpc_task *task, in filelayout_write_done_cb()
343 static int filelayout_commit_done_cb(struct rpc_task *task, in filelayout_commit_done_cb()
366 static void filelayout_write_prepare(struct rpc_task *task, void *data) in filelayout_write_prepare()
[all …]
/fs/lockd/
Dclntproc.c369 struct rpc_task *task; in nlm_do_async_call() local
413 struct rpc_task *task; in nlmclnt_async_call() local
702 static void nlmclnt_unlock_prepare(struct rpc_task *task, void *data) in nlmclnt_unlock_prepare()
715 static void nlmclnt_unlock_callback(struct rpc_task *task, void *data) in nlmclnt_unlock_callback()
783 static void nlmclnt_cancel_callback(struct rpc_task *task, void *data) in nlmclnt_cancel_callback()
Dclntlock.c216 struct task_struct *task; in nlmclnt_recovery() local
Dsvc4proc.c267 static void nlm4svc_callback_exit(struct rpc_task *task, void *data) in nlm4svc_callback_exit()
/fs/
Dnsfs.c126 struct task_struct *task; member
136 int ns_get_path(struct path *path, struct task_struct *task, in ns_get_path()
217 int ns_get_name(char *buf, size_t size, struct task_struct *task, in ns_get_name()
Dfile_table.c338 struct task_struct *task = current; in fput_many() local
372 struct task_struct *task = current; in __fput_sync() local
Dproc_namespace.c242 struct task_struct *task = get_proc_task(inode); in mounts_open_common() local
Dfile.c444 struct files_struct *get_files_struct(struct task_struct *task) in get_files_struct()
954 struct file *fget_task(struct task_struct *task, unsigned int fd) in fget_task()
/fs/nfsd/
Dnfs4callback.c964 static void nfsd4_cb_probe_done(struct rpc_task *task, void *calldata) in nfsd4_cb_probe_done()
1024 static bool nfsd41_cb_get_slot(struct nfsd4_callback *cb, struct rpc_task *task) in nfsd41_cb_get_slot()
1067 static void nfsd4_cb_prepare(struct rpc_task *task, void *calldata) in nfsd4_cb_prepare()
1084 static bool nfsd4_cb_sequence_done(struct rpc_task *task, struct nfsd4_callback *cb) in nfsd4_cb_sequence_done()
1168 static void nfsd4_cb_done(struct rpc_task *task, void *calldata) in nfsd4_cb_done()
/fs/nfs/blocklayout/
Dblocklayout.c234 struct rpc_task *task; in bl_read_cleanup() local
366 struct rpc_task *task = container_of(work, struct rpc_task, u.tk_work); in bl_write_cleanup() local

12