Home | History | Annotate | Download | only in Basic

Lines Matching defs:FSID

23   int FSID;   // used to produce UniqueIDs
33 DummyFileSystem() : FSID(getNextFSID()), FileID(0) {}
95 vfs::Status S(Path, Path, UniqueID(FSID, FileID++), sys::TimeValue::now(),
101 vfs::Status S(Path, Path, UniqueID(FSID, FileID++), sys::TimeValue::now(),
107 vfs::Status S(Path, Path, UniqueID(FSID, FileID++), sys::TimeValue::now(),