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

/haiku/headers/os/kernel/
H A Dfs_index.h29 extern int fs_stat_index(dev_t device, const char *name, struct index_info *indexInfo);
/haiku/src/system/libroot/os/
H A Dfs_index.c39 fs_stat_index(dev_t device, const char *name, struct index_info *indexInfo) function
/haiku/src/bin/
H A Dmkindex.cpp57 if (fs_stat_index(from, dirent->d_name, &info) != 0) {
H A Drmindex.cpp103 status_t status = fs_stat_index(device, indexName, &info);
H A Dreindex.cpp234 if (fs_stat_index(ref.device, attrName, &indexInfo) != B_OK)
289 if (fs_stat_index(sourceDevice, index->d_name, &indexInfo) != B_OK) {
H A Dlsindex.cpp224 if (fs_stat_index(device, index->d_name, &info) != B_OK) {
225 printf("%s: fs_stat_index(): (%d) %s\n", argv[0], errno,
/haiku/src/kits/locale/
H A DInitLocaleKit.cpp36 if (fs_stat_index(bootVol.Device(), attrName, &idxInfo) != 0)
/haiku/src/apps/installer/
H A DWorkerThread.cpp681 if (fs_stat_index(sourceDevice, index->d_name, &info) != B_OK) {
682 printf("Failed to mirror index %s: fs_stat_index(): (%d) %s\n",
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1789 void fs_stat_index() {} function
H A Dlibroot_stubs_legacy.c1736 void fs_stat_index() {} function
/haiku/src/kits/app/
H A DRoster.cpp338 if (fs_stat_index(volume.Device(), "BEOS:APP_SIG", &info) != 0) {
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp3379 if (fs_stat_index (DeviceID, g_AttributeNameClassification, &IndexInfo)
3394 if (fs_stat_index (DeviceID, g_AttributeNameSpamRatio,

Completed in 168 milliseconds