# Copyright 2020 syzkaller project authors. All rights reserved. # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. include include include getfh(file ptr[in, filename], fhp ptr[out, fhandle]) fhopen(fhp ptr[in, fhandle], flags flags[open_flags]) fd fhandle { fh_len int32 fh_data array[int8, NFS_MAX_FH_SIZE] }