Lines Matching refs:inargflags
1937 uint64_t inargflags = 0;
1973 inargflags = arg->flags;
1974 if (inargflags & FUSE_INIT_EXT)
1975 inargflags = inargflags | (uint64_t) arg->flags2 << 32;
1976 if (inargflags & FUSE_ASYNC_READ)
1978 if (inargflags & FUSE_POSIX_LOCKS)
1980 if (inargflags & FUSE_ATOMIC_O_TRUNC)
1982 if (inargflags & FUSE_EXPORT_SUPPORT)
1984 if (inargflags & FUSE_DONT_MASK)
1986 if (inargflags & FUSE_FLOCK_LOCKS)
1988 if (inargflags & FUSE_AUTO_INVAL_DATA)
1990 if (inargflags & FUSE_DO_READDIRPLUS)
1992 if (inargflags & FUSE_READDIRPLUS_AUTO)
1994 if (inargflags & FUSE_ASYNC_DIO)
1996 if (inargflags & FUSE_WRITEBACK_CACHE)
1998 if (inargflags & FUSE_NO_OPEN_SUPPORT)
2000 if (inargflags & FUSE_PARALLEL_DIROPS)
2002 if (inargflags & FUSE_POSIX_ACL)
2004 if (inargflags & FUSE_HANDLE_KILLPRIV)
2006 if (inargflags & FUSE_CACHE_SYMLINKS)
2008 if (inargflags & FUSE_NO_OPENDIR_SUPPORT)
2010 if (inargflags & FUSE_EXPLICIT_INVAL_DATA)
2012 if (inargflags & FUSE_SETXATTR_EXT)
2014 if (!(inargflags & FUSE_MAX_PAGES)) {
2153 if (inargflags & FUSE_INIT_EXT) {