• Home
  • Raw
  • Download

Lines Matching refs:task

45 nfs3_async_handle_jukebox(struct rpc_task *task, struct inode *inode)  in nfs3_async_handle_jukebox()  argument
47 if (task->tk_status != -EJUKEBOX) in nfs3_async_handle_jukebox()
49 if (task->tk_status == -EJUKEBOX) in nfs3_async_handle_jukebox()
51 task->tk_status = 0; in nfs3_async_handle_jukebox()
52 rpc_restart_call(task); in nfs3_async_handle_jukebox()
53 rpc_delay(task, NFS_JUKEBOX_RETRY_TIME); in nfs3_async_handle_jukebox()
430 static void nfs3_proc_unlink_rpc_prepare(struct rpc_task *task, struct nfs_unlinkdata *data) in nfs3_proc_unlink_rpc_prepare() argument
432 rpc_call_start(task); in nfs3_proc_unlink_rpc_prepare()
436 nfs3_proc_unlink_done(struct rpc_task *task, struct inode *dir) in nfs3_proc_unlink_done() argument
439 if (nfs3_async_handle_jukebox(task, dir)) in nfs3_proc_unlink_done()
441 res = task->tk_msg.rpc_resp; in nfs3_proc_unlink_done()
452 static void nfs3_proc_rename_rpc_prepare(struct rpc_task *task, struct nfs_renamedata *data) in nfs3_proc_rename_rpc_prepare() argument
454 rpc_call_start(task); in nfs3_proc_rename_rpc_prepare()
458 nfs3_proc_rename_done(struct rpc_task *task, struct inode *old_dir, in nfs3_proc_rename_done() argument
463 if (nfs3_async_handle_jukebox(task, old_dir)) in nfs3_proc_rename_done()
465 res = task->tk_msg.rpc_resp; in nfs3_proc_rename_done()
811 static int nfs3_read_done(struct rpc_task *task, struct nfs_read_data *data) in nfs3_read_done() argument
815 if (nfs3_async_handle_jukebox(task, inode)) in nfs3_read_done()
828 static void nfs3_proc_read_rpc_prepare(struct rpc_task *task, struct nfs_read_data *data) in nfs3_proc_read_rpc_prepare() argument
830 rpc_call_start(task); in nfs3_proc_read_rpc_prepare()
833 static int nfs3_write_done(struct rpc_task *task, struct nfs_write_data *data) in nfs3_write_done() argument
837 if (nfs3_async_handle_jukebox(task, inode)) in nfs3_write_done()
839 if (task->tk_status >= 0) in nfs3_write_done()
849 static void nfs3_proc_write_rpc_prepare(struct rpc_task *task, struct nfs_write_data *data) in nfs3_proc_write_rpc_prepare() argument
851 rpc_call_start(task); in nfs3_proc_write_rpc_prepare()
854 static void nfs3_proc_commit_rpc_prepare(struct rpc_task *task, struct nfs_commit_data *data) in nfs3_proc_commit_rpc_prepare() argument
856 rpc_call_start(task); in nfs3_proc_commit_rpc_prepare()
859 static int nfs3_commit_done(struct rpc_task *task, struct nfs_commit_data *data) in nfs3_commit_done() argument
861 if (nfs3_async_handle_jukebox(task, data->inode)) in nfs3_commit_done()