Home
last modified time | relevance | path

Searched refs:FSLocations (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DReplyInterpreter.h28 struct FSLocations { struct
34 ~FSLocations(); argument
47 FSLocations* fLocations;
H A DFileSystem.cpp215 FSLocations* locs in Mount()
216 = reinterpret_cast<FSLocations*>(values[3].fData.fLocations); in Mount()
313 FSLocations* locs in Migrate()
314 = reinterpret_cast<FSLocations*>(values[0].fData.fLocations); in Migrate()
H A DReplyInterpreter.cpp57 FSLocations::~FSLocations() in ~FSLocations()
759 FSLocations* locs = new FSLocations; in _DecodeAttrs()