Lines Matching refs:FsOptions
25 Context, DirectoryIterator, Entry, FileSystem, FsOptions, GetxattrReply, IoctlFlags,
1054 fn init(&self, capable: FsOptions) -> io::Result<FsOptions> { in init() argument
1092 let mut opts = FsOptions::DO_READDIRPLUS in init()
1093 | FsOptions::READDIRPLUS_AUTO in init()
1094 | FsOptions::EXPORT_SUPPORT in init()
1095 | FsOptions::DONT_MASK in init()
1096 | FsOptions::POSIX_ACL; in init()
1097 if self.cfg.writeback && capable.contains(FsOptions::WRITEBACK_CACHE) { in init()
1098 opts |= FsOptions::WRITEBACK_CACHE; in init()
1102 if capable.contains(FsOptions::ZERO_MESSAGE_OPEN) { in init()
1103 opts |= FsOptions::ZERO_MESSAGE_OPEN; in init()
1106 if capable.contains(FsOptions::ZERO_MESSAGE_OPENDIR) { in init()
1107 opts |= FsOptions::ZERO_MESSAGE_OPENDIR; in init()