Lines Matching refs:errno
20 #include <errno.h>
342 while(((rv = recvmsg(fd, &msg, 0)) == -1) && errno == EINTR);
500 mnt, strerror(errno));
512 if (errno == ENODEV || errno == ENOENT)
517 strerror(errno));
550 if (res == -1 && errno == EINVAL && mo->subtype) {
568 if (errno == EPERM) {
571 int errno_save = errno;
572 if (mo->blkdev && errno == ENODEV && !fuse_mnt_check_fuseblk())