Searched refs:newStat (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DMetadataCache.cpp153 const struct stat* newStat)
156 ASSERT(newStat != NULL);
159 if (oldStat->st_size != newStat->st_size)
161 if (oldStat->st_mode != newStat->st_mode)
163 if (oldStat->st_uid != newStat->st_uid)
165 if (oldStat->st_gid != newStat->st_gid)
168 if (memcmp(&oldStat->st_atim, &newStat->st_atim,
172 if (memcmp(&oldStat->st_ctim, &newStat->st_ctim,
176 if (memcmp(&oldStat->st_crtim, &newStat->st_crtim,
180 if (memcmp(&oldStat->st_mtim, &newStat
152 NotifyChanges(const struct stat* oldStat, const struct stat* newStat) argument
[all...]
H A DMetadataCache.h52 const struct stat* newStat);
/haiku/src/kits/storage/
H A DNode.cpp668 struct stat newStat; local
669 status_t error = _GetStat(&newStat);
673 convert_to_stat_beos(&newStat, stat);
H A DDirectory.cpp513 struct stat newStat; local
514 status_t error = _GetStatFor(path, &newStat);
518 convert_to_stat_beos(&newStat, st);
H A DEntry.cpp788 struct stat newStat; local
789 status_t error = _GetStat(&newStat);
793 convert_to_stat_beos(&newStat, st);

Completed in 54 milliseconds