Home
last modified time | relevance | path

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

/openbmc/qemu/hw/9pfs/
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