Lines Matching defs:path
60 int local_open_nofollow(FsContext *fs_ctx, const char *path, int flags, in local_open_nofollow()
97 int local_opendir_nofollow(FsContext *fs_ctx, const char *path) in local_opendir_nofollow()
110 static void unlinkat_preserve_errno(int dirfd, const char *path, int flags) in unlinkat_preserve_errno()
404 static int local_set_xattrat(int dirfd, const char *path, FsCred *credp) in local_set_xattrat()
1136 static int local_remove(FsContext *ctx, const char *path) in local_remove()
1201 char *path = fs_path->data; in local_lgetxattr() local
1209 char *path = fs_path->data; in local_llistxattr() local
1217 char *path = fs_path->data; in local_lsetxattr() local
1225 char *path = fs_path->data; in local_lremovexattr() local
1341 static void v9fs_path_init_dirname(V9fsPath *path, const char *str) in v9fs_path_init_dirname()
1391 static int local_ioc_getversion(FsContext *ctx, V9fsPath *path, in local_ioc_getversion()
1500 const char *path = qemu_opt_get(opts, "path"); in local_parse_opts() local