Searched refs:fd_open (Results 1 – 4 of 4) sorted by relevance
123 static int fd_open(BlockDriverState *bs);239 ret = fd_open(bs); in raw_pread_aligned()292 ret = fd_open(bs); in raw_pwrite_aligned()508 if (fd_open(bs) < 0) in raw_aio_submit()552 if (fd_open(bs) < 0) in raw_aio_flush()605 ret = fd_open(bs); in raw_getlength()636 ret = fd_open(bs); in raw_getlength()685 ret = fd_open(bs); in raw_getlength()883 static int fd_open(BlockDriverState *bs) in fd_open() function942 if (fd_open(bs) < 0) in hdev_aio_ioctl()[all …]
75 extern Int VG_(fd_open) (const Char* pathname, Int flags, Int mode);
561 fd = VG_(fd_open) (doc, VKI_O_RDONLY, 0); in handle_query()
132 Int VG_(fd_open) (const Char* pathname, Int flags, Int mode) in VG_() argument