Lines Matching refs:fs_flags
854 buf->fs_flags = 0; /* TODO(cjihrig): Missing Windows support. */
862 buf->fs_flags = r;
1940 uvwasi_fdflags_t fs_flags,
1959 "fs_rights_inheriting=%"PRIu64", fs_flags=%d, fd=%p)\n",
1968 fs_flags,
1997 if ((fs_flags & UVWASI_FDFLAG_APPEND) != 0)
1999 if ((fs_flags & UVWASI_FDFLAG_DSYNC) != 0) {
2003 if ((fs_flags & UVWASI_FDFLAG_NONBLOCK) != 0)
2005 if ((fs_flags & UVWASI_FDFLAG_RSYNC) != 0) {
2013 if ((fs_flags & UVWASI_FDFLAG_SYNC) != 0) {