Lines Matching refs:exception

104 	struct nfs4_exception exception = { };  in nfs42_proc_fallocate()  local
112 exception.inode = inode; in nfs42_proc_fallocate()
113 exception.state = lock->open_context->state; in nfs42_proc_fallocate()
125 err = nfs4_handle_exception(server, err, &exception); in nfs42_proc_fallocate()
126 } while (exception.retry); in nfs42_proc_fallocate()
631 struct nfs4_exception exception = { in nfs42_proc_copy_notify() local
646 exception.stateid = &args->cna_src_stateid; in nfs42_proc_copy_notify()
654 status = nfs4_handle_exception(src_server, status, &exception); in nfs42_proc_copy_notify()
655 } while (exception.retry); in nfs42_proc_copy_notify()
714 struct nfs4_exception exception = { }; in nfs42_proc_llseek() local
722 exception.inode = file_inode(filep); in nfs42_proc_llseek()
723 exception.state = lock->open_context->state; in nfs42_proc_llseek()
733 err = nfs4_handle_exception(server, err, &exception); in nfs42_proc_llseek()
734 } while (exception.retry); in nfs42_proc_llseek()
1370 struct nfs4_exception exception = { }; in nfs42_proc_getxattr() local
1401 &exception); in nfs42_proc_getxattr()
1402 } while (exception.retry); in nfs42_proc_getxattr()
1415 struct nfs4_exception exception = { }; in nfs42_proc_setxattr() local
1423 &exception); in nfs42_proc_setxattr()
1424 } while (exception.retry); in nfs42_proc_setxattr()
1432 struct nfs4_exception exception = { }; in nfs42_proc_listxattrs() local
1441 &exception); in nfs42_proc_listxattrs()
1442 } while (exception.retry); in nfs42_proc_listxattrs()
1449 struct nfs4_exception exception = { }; in nfs42_proc_removexattr() local
1457 &exception); in nfs42_proc_removexattr()
1458 } while (exception.retry); in nfs42_proc_removexattr()