Lines Matching refs:exception

88 	struct nfs4_exception exception = { };  in nfs42_proc_fallocate()  local
96 exception.inode = file_inode(filep); in nfs42_proc_fallocate()
97 exception.state = lock->open_context->state; in nfs42_proc_fallocate()
105 err = nfs4_handle_exception(server, err, &exception); in nfs42_proc_fallocate()
106 } while (exception.retry); in nfs42_proc_fallocate()
587 struct nfs4_exception exception = { in nfs42_proc_copy_notify() local
602 exception.stateid = &args->cna_src_stateid; in nfs42_proc_copy_notify()
610 status = nfs4_handle_exception(src_server, status, &exception); in nfs42_proc_copy_notify()
611 } while (exception.retry); in nfs42_proc_copy_notify()
666 struct nfs4_exception exception = { }; in nfs42_proc_llseek() local
674 exception.inode = file_inode(filep); in nfs42_proc_llseek()
675 exception.state = lock->open_context->state; in nfs42_proc_llseek()
685 err = nfs4_handle_exception(server, err, &exception); in nfs42_proc_llseek()
686 } while (exception.retry); in nfs42_proc_llseek()
1294 struct nfs4_exception exception = { }; in nfs42_proc_getxattr() local
1302 &exception); in nfs42_proc_getxattr()
1303 } while (exception.retry); in nfs42_proc_getxattr()
1311 struct nfs4_exception exception = { }; in nfs42_proc_setxattr() local
1319 &exception); in nfs42_proc_setxattr()
1320 } while (exception.retry); in nfs42_proc_setxattr()
1328 struct nfs4_exception exception = { }; in nfs42_proc_listxattrs() local
1337 &exception); in nfs42_proc_listxattrs()
1338 } while (exception.retry); in nfs42_proc_listxattrs()
1345 struct nfs4_exception exception = { }; in nfs42_proc_removexattr() local
1353 &exception); in nfs42_proc_removexattr()
1354 } while (exception.retry); in nfs42_proc_removexattr()