Home
last modified time | relevance | path

Searched defs:fid_type (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/9pfs/
H A D9p-synth.c165 static int synth_fstat(FsContext *fs_ctx, int fid_type, in synth_fstat()
359 static int synth_ftruncate(FsContext *ctx, int fid_type, V9fsFidOpenState *fs, in synth_ftruncate()
427 static int synth_futimens(FsContext *fs_ctx, int fid_type, V9fsFidOpenState *fs, in synth_futimens()
440 static int synth_fsync(FsContext *ctx, int fid_type, in synth_fsync()
632 static bool synth_has_valid_file_handle(int fid_type, V9fsFidOpenState *fs) in synth_has_valid_file_handle()
H A D9p-local.c769 static int local_fid_fd(int fid_type, V9fsFidOpenState *fs) in local_fid_fd()
778 static int local_fstat(FsContext *fs_ctx, int fid_type, in local_fstat()
1045 static int local_ftruncate(FsContext *ctx, int fid_type, V9fsFidOpenState *fs, in local_ftruncate()
1103 static int local_futimens(FsContext *s, int fid_type, V9fsFidOpenState *fs, in local_futimens()
1186 static int local_fsync(FsContext *ctx, int fid_type, in local_fsync()
1591 static bool local_has_valid_file_handle(int fid_type, V9fsFidOpenState *fs) in local_has_valid_file_handle()
H A D9p.h273 int fid_type; member