Searched refs:local_opendir_nofollow (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/9pfs/ |
H A D | 9p-local.c | 97 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 D | 9p-xattr.c | 85 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 D | 9p-local.h | 18 int local_opendir_nofollow(FsContext *fs_ctx, const char *path);
|