Searched refs:ReadIndexStat (Results 1 – 10 of 10) sorted by relevance
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/ |
H A D | BeOSKernelVolume.h | 143 virtual status_t ReadIndexStat(const char *name,
|
H A D | BeOSKernelVolume.cpp | 760 BeOSKernelVolume::ReadIndexStat(const char *name, struct stat *st) in ReadIndexStat() function in BeOSKernelVolume
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/ |
H A D | Volume.h | 171 virtual status_t ReadIndexStat(const char *name,
|
H A D | Volume.cpp | 605 Volume::ReadIndexStat(const char *name, struct stat *st) in ReadIndexStat() function in Volume
|
H A D | UserlandRequestHandler.cpp | 2262 result = volume->ReadIndexStat((const char*)request->name.GetData(), in _HandleRequest()
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/ |
H A D | HaikuKernelVolume.h | 178 virtual status_t ReadIndexStat(const char *name,
|
H A D | HaikuKernelVolume.cpp | 1092 HaikuKernelVolume::ReadIndexStat(const char *name, struct stat *st) in ReadIndexStat() function in HaikuKernelVolume
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/ |
H A D | Volume.h | 210 status_t ReadIndexStat(const char *name,
|
H A D | kernel_interface.cpp | 965 status_t error = volume->ReadIndexStat(name, st); in userlandfs_read_index_stat()
|
H A D | Volume.cpp | 3382 Volume::ReadIndexStat(const char* name, struct stat *st) in ReadIndexStat() function in Volume
|