Home
last modified time | relevance | path

Searched defs:fs_path (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/9pfs/
H A D9p-proxy.c647 static ssize_t proxy_readlink(FsContext *fs_ctx, V9fsPath *fs_path, in proxy_readlink()
669 static int proxy_open(FsContext *ctx, V9fsPath *fs_path, in proxy_open()
681 V9fsPath *fs_path, V9fsFidOpenState *fs) in proxy_opendir()
779 static int proxy_chmod(FsContext *fs_ctx, V9fsPath *fs_path, FsCred *credp) in proxy_chmod()
901 static int proxy_truncate(FsContext *ctx, V9fsPath *fs_path, off_t size) in proxy_truncate()
933 static int proxy_chown(FsContext *fs_ctx, V9fsPath *fs_path, FsCred *credp) in proxy_chown()
944 static int proxy_utimensat(FsContext *s, V9fsPath *fs_path, in proxy_utimensat()
989 static int proxy_statfs(FsContext *s, V9fsPath *fs_path, struct statfs *stbuf) in proxy_statfs()
1000 static ssize_t proxy_lgetxattr(FsContext *ctx, V9fsPath *fs_path, in proxy_lgetxattr()
1017 static ssize_t proxy_llistxattr(FsContext *ctx, V9fsPath *fs_path, in proxy_llistxattr()
[all …]
H A D9p-local.c185 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()
1198 static ssize_t local_lgetxattr(FsContext *ctx, V9fsPath *fs_path, in local_lgetxattr()
1206 static ssize_t local_llistxattr(FsContext *ctx, V9fsPath *fs_path, in local_llistxattr()
[all …]
H A D9p-synth.c157 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 Dnfs4namespace.c134 char *fs_path; in nfs4_validate_fspath() local
/openbmc/linux/fs/btrfs/
H A Dsend.c52 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 Dnfs_xdr.h1228 struct nfs4_pathname fs_path; member