Lines Matching refs:exception

95 	struct nfs4_exception exception = { };  in nfs42_proc_fallocate()  local
103 exception.inode = inode; in nfs42_proc_fallocate()
104 exception.state = lock->open_context->state; in nfs42_proc_fallocate()
116 err = nfs4_handle_exception(server, err, &exception); in nfs42_proc_fallocate()
117 } while (exception.retry); in nfs42_proc_fallocate()
613 struct nfs4_exception exception = { in nfs42_proc_copy_notify() local
628 exception.stateid = &args->cna_src_stateid; in nfs42_proc_copy_notify()
636 status = nfs4_handle_exception(src_server, status, &exception); in nfs42_proc_copy_notify()
637 } while (exception.retry); in nfs42_proc_copy_notify()
695 struct nfs4_exception exception = { }; in nfs42_proc_llseek() local
703 exception.inode = file_inode(filep); in nfs42_proc_llseek()
704 exception.state = lock->open_context->state; in nfs42_proc_llseek()
714 err = nfs4_handle_exception(server, err, &exception); in nfs42_proc_llseek()
715 } while (exception.retry); in nfs42_proc_llseek()
1322 struct nfs4_exception exception = { }; in nfs42_proc_getxattr() local
1354 &exception); in nfs42_proc_getxattr()
1355 } while (exception.retry); in nfs42_proc_getxattr()
1368 struct nfs4_exception exception = { }; in nfs42_proc_setxattr() local
1376 &exception); in nfs42_proc_setxattr()
1377 } while (exception.retry); in nfs42_proc_setxattr()
1385 struct nfs4_exception exception = { }; in nfs42_proc_listxattrs() local
1394 &exception); in nfs42_proc_listxattrs()
1395 } while (exception.retry); in nfs42_proc_listxattrs()
1402 struct nfs4_exception exception = { }; in nfs42_proc_removexattr() local
1410 &exception); in nfs42_proc_removexattr()
1411 } while (exception.retry); in nfs42_proc_removexattr()