Searched defs:fs_path (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/9pfs/ |
H A D | 9p-local.c | 185 static int local_lstat(FsContext *fs_ctx, V9fsPath *fs_path, struct stat *stbuf) in local_lstat() 460 static ssize_t local_readlink(FsContext *fs_ctx, V9fsPath *fs_path, in local_readlink() 505 static int local_open(FsContext *ctx, V9fsPath *fs_path, in local_open() 519 V9fsPath *fs_path, V9fsFidOpenState *fs) in local_opendir() 636 static int local_chmod(FsContext *fs_ctx, V9fsPath *fs_path, FsCred *credp) in local_chmod() 1029 static int local_truncate(FsContext *ctx, V9fsPath *fs_path, off_t size) in local_truncate() 1042 static int local_chown(FsContext *fs_ctx, V9fsPath *fs_path, FsCred *credp) in local_chown() 1072 static int local_utimensat(FsContext *s, V9fsPath *fs_path, in local_utimensat() 1185 static int local_statfs(FsContext *s, V9fsPath *fs_path, struct statfs *stbuf) in local_statfs() 1198 static ssize_t local_lgetxattr(FsContext *ctx, V9fsPath *fs_path, in local_lgetxattr() [all …]
|
H A D | 9p-synth.c | 157 V9fsPath *fs_path, struct stat *stbuf) in synth_lstat() 174 V9fsPath *fs_path, V9fsFidOpenState *fs) in synth_opendir() 273 static int synth_open(FsContext *ctx, V9fsPath *fs_path, in synth_open() 433 static int synth_statfs(FsContext *s, V9fsPath *fs_path, in synth_statfs()
|
/openbmc/linux/fs/nfs/ |
H A D | nfs4namespace.c | 134 char *fs_path; in nfs4_validate_fspath() local
|
/openbmc/linux/fs/btrfs/ |
H A D | send.c | 52 struct fs_path { struct 72 (sizeof(struct fs_path) - offsetof(struct fs_path, inline_buf)) argument 3863 struct fs_path *fs_path) in check_ino_in_path() 3895 struct fs_path *fs_path) in is_ancestor()
|
/openbmc/linux/include/linux/ |
H A D | nfs_xdr.h | 1228 struct nfs4_pathname fs_path; member
|