Lines Matching refs:open
146 mtablock = open(mtab_lock, O_RDWR | O_CREAT, 0600);
148 fprintf(stderr, "%s: unable to open fuse lock file: %s\n",
199 fprintf(stderr, "%s: failed to open %s: %s\n", progname, mtab,
293 fprintf(stderr, "%s: failed to open %s: %s\n", progname,
305 fprintf(stderr, "%s: failed to open %s: %s\n", progname,
498 fprintf(stderr, "%s: failed to open %s: %s\n", progname, mtab,
597 fprintf(stderr, "%s: failed to open %s: %s\n",
992 *mountpoint_fd = open(mnt, O_WRONLY);
994 fprintf(stderr, "%s: failed to open %s: %s\n",
1085 int fd = open(dev, O_RDWR);
1098 fprintf(stderr, "%s: failed to open %s: %s\n", progname, dev,
1231 * fusermount typically has the s-bit set - initial open of `mnt` was as root
1253 int fd = open(mnt, O_RDONLY);
1303 fd = open(mnt, O_RDONLY);