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

/haiku/src/system/kernel/fs/
H A Dvfs.cpp9595 struct stat* userStat, size_t statSize)
9603 if (!IS_USER_ADDRESS(userStat))
9638 return user_memcpy(userStat, &stat, statSize);
9644 const struct stat* userStat, size_t statSize, int statMask)
9651 if (!IS_USER_ADDRESS(userStat)
9652 || user_memcpy(&stat, userStat, statSize) < B_OK)
9919 _user_read_index_stat(dev_t device, const char* userName, struct stat* userStat) argument
9925 if (!IS_USER_ADDRESS(userName) || !IS_USER_ADDRESS(userStat))
9933 if (user_memcpy(userStat, &stat, sizeof(stat)) != B_OK)
9594 _user_read_stat(int fd, const char* userPath, bool traverseLink, struct stat* userStat, size_t statSize) argument
9643 _user_write_stat(int fd, const char* userPath, bool traverseLeafLink, const struct stat* userStat, size_t statSize, int statMask) argument

Completed in 62 milliseconds