Searched defs:stbuf (Results 1 – 7 of 7) sorted by relevance
/qemu/hw/9pfs/ |
H A D | cofile.c | 50 int coroutine_fn v9fs_co_lstat(V9fsPDU *pdu, V9fsPath *path, struct stat *stbuf) in v9fs_co_lstat() 71 struct stat *stbuf) in v9fs_co_fstat() 133 struct stat *stbuf) in v9fs_co_open2()
|
H A D | 9p.c | 870 static int qid_path_fullmap(V9fsPDU *pdu, const struct stat *stbuf, in qid_path_fullmap() 947 static int qid_path_suffixmap(V9fsPDU *pdu, const struct stat *stbuf, in qid_path_suffixmap() 981 static int stat_to_qid(V9fsPDU *pdu, const struct stat *stbuf, V9fsQID *qidp) in stat_to_qid() 1213 static uint32_t stat_to_v9mode(const struct stat *stbuf) in stat_to_v9mode() 1255 const struct stat *stbuf, in stat_to_v9stat() 1355 static int32_t stat_to_iounit(const V9fsPDU *pdu, const struct stat *stbuf) in stat_to_iounit() 1360 static int stat_to_v9stat_dotl(V9fsPDU *pdu, const struct stat *stbuf, in stat_to_v9stat_dotl() 1487 struct stat stbuf; in v9fs_attach() local 1563 struct stat stbuf; in v9fs_stat() local 1614 struct stat stbuf; in v9fs_getattr() local [all …]
|
H A D | cofs.c | 78 struct statfs *stbuf) in v9fs_co_statfs() 226 dev_t dev, mode_t mode, struct stat *stbuf) in v9fs_co_mknod() 348 gid_t gid, struct stat *stbuf) in v9fs_co_symlink()
|
H A D | codir.c | 84 struct stat stbuf; in do_readdir_many() local 278 gid_t gid, struct stat *stbuf) in v9fs_co_mkdir()
|
H A D | 9p-local.c | 149 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 779 V9fsFidOpenState *fs, struct stat *stbuf) in local_fstat() 1157 struct stat stbuf; in local_remove() local 1198 static int local_statfs(FsContext *s, V9fsPath *fs_path, struct statfs *stbuf) in local_statfs() 1431 struct statfs stbuf; in local_ioc_getversion_init() local
|
H A D | 9p-synth.c | 139 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() 448 struct statfs *stbuf) in synth_statfs()
|
H A D | 9p-util.h | 128 struct stat stbuf; in close_if_special_file() local
|