Searched refs:local_opendir_nofollow (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/9pfs/ |
H A D | 9p-local.c | 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() 969 odirfd = local_opendir_nofollow(ctx, odirpath); in local_link() 1049 dirfd = local_opendir_nofollow(fs_ctx, dirpath); in local_chown() 1079 dirfd = local_opendir_nofollow(s, dirpath); in local_utimensat() 1145 dirfd = local_opendir_nofollow(ctx, dirpath); in local_remove() 1284 odirfd = local_opendir_nofollow(ctx, olddir->data); in local_renameat() 1289 ndirfd = local_opendir_nofollow(ctx, newdir->data); in local_renameat() [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);
|