Searched refs:fid_type (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/hw/9pfs/ |
H A D | 9p.c | 262 if (f->fid_type == P9_FID_FILE) { in v9fs_reopen_fid() 268 } else if (f->fid_type == P9_FID_DIR) { in v9fs_reopen_fid() 326 f->fid_type = P9_FID_NONE; in alloc_fid() 377 if (fidp->fid_type == P9_FID_FILE) { in free_fid() 382 } else if (fidp->fid_type == P9_FID_DIR) { in free_fid() 386 } else if (fidp->fid_type == P9_FID_XATTR) { in free_fid() 466 if (f->fid_type == P9_FID_FILE) { in v9fs_reclaim_fd() 478 } else if (f->fid_type == P9_FID_DIR) { in v9fs_reclaim_fd() 502 if (f->fid_type == P9_FID_FILE) { in v9fs_reclaim_fd() 504 } else if (f->fid_type == P9_FID_DIR) { in v9fs_reclaim_fd() [all …]
|
H A D | cofile.c | 80 err = s->ops->fstat(&s->ctx, fidp->fid_type, &fidp->fs, stbuf); in v9fs_co_fstat() 216 err = s->ops->fsync(&s->ctx, fidp->fid_type, &fidp->fs, datasync); in v9fs_co_fsync()
|
H A D | 9p-local.c | 769 static int local_fstat(FsContext *fs_ctx, int fid_type, in local_fstat() argument 774 if (fid_type == P9_FID_DIR) { in local_fstat() 1167 static int local_fsync(FsContext *ctx, int fid_type, in local_fsync() argument 1172 if (fid_type == P9_FID_DIR) { in local_fsync()
|
H A D | 9p-synth.c | 165 static int synth_fstat(FsContext *fs_ctx, int fid_type, in synth_fstat() argument 426 static int synth_fsync(FsContext *ctx, int fid_type, in synth_fsync() argument
|
H A D | 9p.h | 273 int fid_type; member
|
/openbmc/linux/include/linux/ |
H A D | exportfs.h | 25 enum fid_type { enum
|
/openbmc/linux/Documentation/filesystems/nfs/ |
H A D | reexport.rst | 98 - include/linux/exportfs.h:enum fid_type
|