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()
629 struct nfs4_exception exception = { in nfs42_proc_copy_notify() local
644 exception.stateid = &args->cna_src_stateid; in nfs42_proc_copy_notify()
652 status = nfs4_handle_exception(src_server, status, &exception); in nfs42_proc_copy_notify()
653 } while (exception.retry); in nfs42_proc_copy_notify()
712 struct nfs4_exception exception = { }; in nfs42_proc_llseek() local
720 exception.inode = file_inode(filep); in nfs42_proc_llseek()
721 exception.state = lock->open_context->state; in nfs42_proc_llseek()
731 err = nfs4_handle_exception(server, err, &exception); in nfs42_proc_llseek()
732 } while (exception.retry); in nfs42_proc_llseek()
1351 struct nfs4_exception exception = { }; in nfs42_proc_getxattr() local
1383 &exception); in nfs42_proc_getxattr()
1384 } while (exception.retry); in nfs42_proc_getxattr()
1397 struct nfs4_exception exception = { }; in nfs42_proc_setxattr() local
1405 &exception); in nfs42_proc_setxattr()
1406 } while (exception.retry); in nfs42_proc_setxattr()
1414 struct nfs4_exception exception = { }; in nfs42_proc_listxattrs() local
1423 &exception); in nfs42_proc_listxattrs()
1424 } while (exception.retry); in nfs42_proc_listxattrs()
1431 struct nfs4_exception exception = { }; in nfs42_proc_removexattr() local
1439 &exception); in nfs42_proc_removexattr()
1440 } while (exception.retry); in nfs42_proc_removexattr()