Home
last modified time | relevance | path

Searched defs:stbuf (Results 1 – 9 of 9) sorted by relevance

/qemu/hw/9pfs/
H A Dcofile.c49 int coroutine_fn v9fs_co_lstat(V9fsPDU *pdu, V9fsPath *path, struct stat *stbuf) in v9fs_co_lstat()
70 struct stat *stbuf) in v9fs_co_fstat()
132 struct stat *stbuf) in v9fs_co_open2()
H A D9p.c1460 struct stat stbuf; in v9fs_attach() local
1536 struct stat stbuf; in v9fs_stat() local
1582 struct stat stbuf; in v9fs_getattr() local
1979 struct stat stbuf; in v9fs_open() local
2074 struct stat stbuf; in v9fs_lcreate() local
2275 struct stat stbuf; in v9fs_do_readdir_with_stat() local
2753 struct stat stbuf; in v9fs_create() local
2950 struct stat stbuf; in v9fs_symlink() local
3459 struct stat stbuf; in v9fs_wstat() local
3645 struct stat stbuf; in v9fs_mknod() local
[all …]
H A Dcofs.c78 struct statfs *stbuf) in v9fs_co_statfs()
189 dev_t dev, mode_t mode, struct stat *stbuf) in v9fs_co_mknod()
311 gid_t gid, struct stat *stbuf) in v9fs_co_symlink()
H A Dcodir.c83 struct stat stbuf; in do_readdir_many() local
277 gid_t gid, struct stat *stbuf) in v9fs_co_mkdir()
H A D9p-local.c149 struct stat *stbuf) in local_mapped_file_attr()
185 static int local_lstat(FsContext *fs_ctx, V9fsPath *fs_path, struct stat *stbuf) in local_lstat()
344 struct stat stbuf; in fchmodat_nofollow() local
770 V9fsFidOpenState *fs, struct stat *stbuf) in local_fstat()
1138 struct stat stbuf; in local_remove() local
1185 static int local_statfs(FsContext *s, V9fsPath *fs_path, struct statfs *stbuf) in local_statfs()
1418 struct statfs stbuf; in local_ioc_getversion_init() local
H A D9p-synth.c139 static void synth_fill_statbuf(V9fsSynthNode *node, struct stat *stbuf) in synth_fill_statbuf()
157 V9fsPath *fs_path, struct stat *stbuf) in synth_lstat()
166 V9fsFidOpenState *fs, struct stat *stbuf) in synth_fstat()
434 struct statfs *stbuf) in synth_statfs()
H A D9p-util.h127 struct stat stbuf; in close_if_special_file() local
H A D9p-proxy.c143 static void prstat_to_stat(struct stat *stbuf, ProxyStat *prstat) in prstat_to_stat()
636 static int proxy_lstat(FsContext *fs_ctx, V9fsPath *fs_path, struct stat *stbuf) in proxy_lstat()
830 V9fsFidOpenState *fs, struct stat *stbuf) in proxy_fstat()
989 static int proxy_statfs(FsContext *s, V9fsPath *fs_path, struct statfs *stbuf) in proxy_statfs()
/qemu/fsdev/
H A Dvirtfs-proxy-helper.c1058 struct stat stbuf; in main() local