Home
last modified time | relevance | path

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

/qemu/hw/9pfs/
H A D9p-util-darwin.c18 int fd = openat_file(dirfd, filename, in fgetxattrat_nofollow()
32 int fd = openat_file(dirfd, filename, in flistxattrat_nofollow()
46 int fd = openat_file(dirfd, filename, O_PATH_9P_UTIL | O_NOFOLLOW, 0); in fremovexattrat_nofollow()
59 int fd = openat_file(dirfd, filename, O_PATH_9P_UTIL | O_NOFOLLOW, 0); in fsetxattrat_nofollow()
118 int fd = openat_file(dirfd, filename, O_CREAT, mode); in qemu_mknodat()
H A D9p-local.c83 next_fd = openat_file(fd, head, flags, mode); in local_open_nofollow()
136 fd = openat_file(dirfd, name, flags, o_mode); in local_fopenat()
360 fd = openat_file(dirfd, name, O_RDONLY | O_PATH_9P_UTIL | O_NOFOLLOW, 0); in fchmodat_nofollow()
368 fd = openat_file(dirfd, name, O_WRONLY, 0); in fchmodat_nofollow()
840 fd = openat_file(dirfd, name, flags, fs_ctx->fmode); in local_open2()
856 fd = openat_file(dirfd, name, flags, credp->fc_mode); in local_open2()
902 fd = openat_file(dirfd, name, O_CREAT | O_EXCL | O_RDWR, in local_symlink()
H A D9p-util.h152 static inline int openat_file(int dirfd, const char *name, int flags, in openat_file() function