Home
last modified time | relevance | path

Searched refs:local_open_nofollow (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/9pfs/
H A D9p-local.h16 int local_open_nofollow(FsContext *fs_ctx, const char *path, int flags,
H A D9p-local.c60 int local_open_nofollow(FsContext *fs_ctx, const char *path, int flags, in local_open_nofollow() function
99 return local_open_nofollow(fs_ctx, path, O_DIRECTORY | O_RDONLY, 0); in local_opendir_nofollow()
469 fd = local_open_nofollow(fs_ctx, fs_path->data, O_RDONLY, 0); in local_readlink()
510 fd = local_open_nofollow(ctx, fs_path->data, flags, 0); in local_open()
1033 fd = local_open_nofollow(ctx, fs_path->data, O_WRONLY, 0); in local_truncate()
1189 fd = local_open_nofollow(s, fs_path->data, O_RDONLY, 0); in local_statfs()