Lines Matching refs:exception

99 	struct nfs4_exception exception = { };  in nfs42_proc_fallocate()  local
107 exception.inode = inode; in nfs42_proc_fallocate()
108 exception.state = lock->open_context->state; in nfs42_proc_fallocate()
120 err = nfs4_handle_exception(server, err, &exception); in nfs42_proc_fallocate()
121 } while (exception.retry); in nfs42_proc_fallocate()
622 struct nfs4_exception exception = { in nfs42_proc_copy_notify() local
637 exception.stateid = &args->cna_src_stateid; in nfs42_proc_copy_notify()
645 status = nfs4_handle_exception(src_server, status, &exception); in nfs42_proc_copy_notify()
646 } while (exception.retry); in nfs42_proc_copy_notify()
705 struct nfs4_exception exception = { }; in nfs42_proc_llseek() local
713 exception.inode = file_inode(filep); in nfs42_proc_llseek()
714 exception.state = lock->open_context->state; in nfs42_proc_llseek()
724 err = nfs4_handle_exception(server, err, &exception); in nfs42_proc_llseek()
725 } while (exception.retry); in nfs42_proc_llseek()
1333 struct nfs4_exception exception = { }; in nfs42_proc_getxattr() local
1365 &exception); in nfs42_proc_getxattr()
1366 } while (exception.retry); in nfs42_proc_getxattr()
1379 struct nfs4_exception exception = { }; in nfs42_proc_setxattr() local
1387 &exception); in nfs42_proc_setxattr()
1388 } while (exception.retry); in nfs42_proc_setxattr()
1396 struct nfs4_exception exception = { }; in nfs42_proc_listxattrs() local
1405 &exception); in nfs42_proc_listxattrs()
1406 } while (exception.retry); in nfs42_proc_listxattrs()
1413 struct nfs4_exception exception = { }; in nfs42_proc_removexattr() local
1421 &exception); in nfs42_proc_removexattr()
1422 } while (exception.retry); in nfs42_proc_removexattr()