Home
last modified time | relevance | path

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

/openbmc/qemu/hw/9pfs/
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 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 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 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 Dcodir.c83 struct stat stbuf; in do_readdir_many() local
277 gid_t gid, struct stat *stbuf) in v9fs_co_mkdir()
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-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()
H A D9p-util.h127 struct stat stbuf; in close_if_special_file() local
/openbmc/linux/net/9p/
H A Dprotocol.c196 void p9stat_free(struct p9_wstat *stbuf) in p9stat_free()
356 struct p9_wstat *stbuf = in p9pdu_vreadf() local
482 struct p9_stat_dotl *stbuf = in p9pdu_vreadf() local
594 const struct p9_wstat *stbuf = in p9pdu_vwritef() local
/openbmc/linux/tools/perf/util/
H A Dzlib.c22 struct stat stbuf; in gzip_decompress_to_file() local
H A Dsymbol-minimal.c229 struct stat stbuf; in sysfs__read_build_id() local
H A Dcgroup.c82 struct statfs stbuf; in cgroup_is_v2() local
H A Ds390-cpumsf.c1098 struct stat stbuf; in s390_cpumsf__config() local
/openbmc/ipmitool/src/plugins/imb/
H A Dimb.c58 struct stat stbuf; in ipmi_imb_open() local
/openbmc/skeleton/op-flasher/
H A Dflasher_obj.c206 struct stat stbuf; in flash() local
/openbmc/qemu/fsdev/
H A Dvirtfs-proxy-helper.c1058 struct stat stbuf; in main() local
/openbmc/linux/fs/fuse/
H A Dinode.c589 static void convert_fuse_statfs(struct kstatfs *stbuf, struct fuse_kstatfs *attr) in convert_fuse_statfs()