Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dexportfs.h25 enum fid_type { enum
/openbmc/qemu/hw/9pfs/
H A D9p-synth.c165 static int synth_fstat(FsContext *fs_ctx, int fid_type, in synth_fstat()
426 static int synth_fsync(FsContext *ctx, int fid_type, in synth_fsync()
H A D9p-proxy.c829 static int proxy_fstat(FsContext *fs_ctx, int fid_type, in proxy_fstat()
971 static int proxy_fsync(FsContext *ctx, int fid_type, in proxy_fsync()
H A D9p-local.c769 static int local_fstat(FsContext *fs_ctx, int fid_type, in local_fstat()
1167 static int local_fsync(FsContext *ctx, int fid_type, in local_fsync()
H A D9p.h273 int fid_type; member