Searched refs:fid_type (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/hw/9pfs/ |
| H A D | 9p-local.c | 769 static int local_fid_fd(int fid_type, V9fsFidOpenState *fs) in local_fid_fd() argument 771 if (fid_type == P9_FID_DIR) { in local_fid_fd() 778 static int local_fstat(FsContext *fs_ctx, int fid_type, in local_fstat() argument 781 int err, fd = local_fid_fd(fid_type, fs); in local_fstat() 1045 static int local_ftruncate(FsContext *ctx, int fid_type, V9fsFidOpenState *fs, in local_ftruncate() argument 1048 int fd = local_fid_fd(fid_type, fs); in local_ftruncate() 1103 static int local_futimens(FsContext *s, int fid_type, V9fsFidOpenState *fs, in local_futimens() argument 1106 int fd = local_fid_fd(fid_type, fs); in local_futimens() 1186 static int local_fsync(FsContext *ctx, int fid_type, in local_fsync() argument 1189 int fd = local_fid_fd(fid_type, fs); in local_fsync() [all …]
|
| H A D | cofile.c | 81 err = s->ops->fstat(&s->ctx, fidp->fid_type, &fidp->fs, stbuf); in v9fs_co_fstat() 221 err = s->ops->fsync(&s->ctx, fidp->fid_type, &fidp->fs, datasync); in v9fs_co_fsync()
|
| H A D | cofs.c | 153 err = s->ops->futimens(&s->ctx, fidp->fid_type, &fidp->fs, times); in v9fs_co_futimens() 216 err = s->ops->ftruncate(&s->ctx, fidp->fid_type, &fidp->fs, size); in v9fs_co_ftruncate()
|
| H A D | 9p.h | 273 int fid_type; member
|