Home
last modified time | relevance | path

Searched refs:local_opendir_nofollow (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/9pfs/
H A D9p-local.c97 int local_opendir_nofollow(FsContext *fs_ctx, const char *path) in local_opendir_nofollow() function
192 dirfd = local_opendir_nofollow(fs_ctx, dirpath); in local_lstat()
481 dirfd = local_opendir_nofollow(fs_ctx, dirpath); in local_readlink()
524 dirfd = local_opendir_nofollow(ctx, fs_path->data); in local_opendir()
643 dirfd = local_opendir_nofollow(fs_ctx, dirpath); in local_chmod()
676 dirfd = local_opendir_nofollow(fs_ctx, dir_path->data); in local_mknod()
728 dirfd = local_opendir_nofollow(fs_ctx, dir_path->data); in local_mkdir()
832 dirfd = local_opendir_nofollow(fs_ctx, dir_path->data); in local_open2()
891 dirfd = local_opendir_nofollow(fs_ctx, dir_path->data); in local_symlink()
969 odirfd = local_opendir_nofollow(ctx, odirpath); in local_link()
[all …]
H A D9p-xattr.c85 dirfd = local_opendir_nofollow(ctx, dirpath); in v9fs_list_xattr()
174 dirfd = local_opendir_nofollow(ctx, dirpath); in local_getxattr_nofollow()
202 dirfd = local_opendir_nofollow(ctx, dirpath); in local_setxattr_nofollow()
229 dirfd = local_opendir_nofollow(ctx, dirpath); in local_removexattr_nofollow()
H A D9p-local.h18 int local_opendir_nofollow(FsContext *fs_ctx, const char *path);