Lines Matching refs:exception
103 struct nfs4_exception exception = { }; in nfs42_proc_fallocate() local
111 exception.inode = inode; in nfs42_proc_fallocate()
112 exception.state = lock->open_context->state; in nfs42_proc_fallocate()
124 err = nfs4_handle_exception(server, err, &exception); in nfs42_proc_fallocate()
125 } while (exception.retry); in nfs42_proc_fallocate()
628 struct nfs4_exception exception = { in nfs42_proc_copy_notify() local
643 exception.stateid = &args->cna_src_stateid; in nfs42_proc_copy_notify()
651 status = nfs4_handle_exception(src_server, status, &exception); in nfs42_proc_copy_notify()
652 } while (exception.retry); in nfs42_proc_copy_notify()
711 struct nfs4_exception exception = { }; in nfs42_proc_llseek() local
719 exception.inode = file_inode(filep); in nfs42_proc_llseek()
720 exception.state = lock->open_context->state; in nfs42_proc_llseek()
730 err = nfs4_handle_exception(server, err, &exception); in nfs42_proc_llseek()
731 } while (exception.retry); in nfs42_proc_llseek()
1350 struct nfs4_exception exception = { }; in nfs42_proc_getxattr() local
1382 &exception); in nfs42_proc_getxattr()
1383 } while (exception.retry); in nfs42_proc_getxattr()
1396 struct nfs4_exception exception = { }; in nfs42_proc_setxattr() local
1404 &exception); in nfs42_proc_setxattr()
1405 } while (exception.retry); in nfs42_proc_setxattr()
1413 struct nfs4_exception exception = { }; in nfs42_proc_listxattrs() local
1422 &exception); in nfs42_proc_listxattrs()
1423 } while (exception.retry); in nfs42_proc_listxattrs()
1430 struct nfs4_exception exception = { }; in nfs42_proc_removexattr() local
1438 &exception); in nfs42_proc_removexattr()
1439 } while (exception.retry); in nfs42_proc_removexattr()