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

/haiku/headers/os/kernel/
H A Dfs_index.h27 extern int fs_create_index(dev_t device, const char *name, uint32 type, uint32 flags);
/haiku/src/bin/
H A Dmkindex.cpp63 if (fs_create_index(to, dirent->d_name, info.type, 0) != 0) {
188 if (fs_create_index(device, indexName, indexType, 0) != 0)
H A Dreindex.cpp235 fs_create_index(ref.device, attrName, attr->Type(), 0);
295 if (fs_create_index(targetDevice, index->d_name, indexInfo.type, 0)
/haiku/src/system/libroot/os/
H A Dfs_index.c21 fs_create_index(dev_t device, const char *name, uint32 type, uint32 flags) function
/haiku/src/servers/mail/
H A DMailDaemonApplication.cpp112 fs_create_index(device, stringIndices[i], B_STRING_TYPE, 0);
114 fs_create_index(device, "MAIL:draft", B_INT32_TYPE, 0);
115 fs_create_index(device, B_MAIL_ATTR_WHEN, B_INT32_TYPE, 0);
116 fs_create_index(device, B_MAIL_ATTR_FLAGS, B_INT32_TYPE, 0);
117 fs_create_index(device, B_MAIL_ATTR_ACCOUNT_ID, B_INT32_TYPE, 0);
118 fs_create_index(device, B_MAIL_ATTR_READ, B_INT32_TYPE, 0);
/haiku/src/kits/locale/
H A DInitLocaleKit.cpp37 fs_create_index(bootVol.Device(), attrName, B_STRING_TYPE, 0);
/haiku/src/apps/mail/
H A DMailApp.cpp470 fs_create_index(volume.Device(), "META:group", B_STRING_TYPE, 0);
471 fs_create_index(volume.Device(), "META:email", B_STRING_TYPE, 0);
472 fs_create_index(volume.Device(), "MAIL:draft", B_INT32_TYPE, 0);
473 fs_create_index(volume.Device(), INDEX_SIGNATURE, B_STRING_TYPE, 0);
474 fs_create_index(volume.Device(), INDEX_STATUS, B_STRING_TYPE, 0);
475 fs_create_index(volume.Device(), B_MAIL_ATTR_FLAGS, B_INT32_TYPE, 0);
/haiku/src/kits/tracker/
H A DTrackerInitialState.cpp464 fs_create_index(device, kAttrQueryLastChange, B_INT32_TYPE, 0);
465 fs_create_index(device, "_trk/recentQuery", B_INT32_TYPE, 0);
/haiku/src/apps/people/
H A DPeopleApp.cpp190 fs_create_index(volume.Device(), attribute->attribute,
/haiku/src/apps/installer/
H A DWorkerThread.cpp689 if (fs_create_index(targetDevice, index->d_name, info.type, flags)
693 printf("Failed to mirror index %s: fs_create_index(): (%d) %s\n",
729 if (fs_create_index(targetDevice, info.name, info.type, flags)
733 printf("Failed to create index %s: fs_create_index(): (%d) %s\n",
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1769 void fs_create_index() {} function
H A Dlibroot_stubs_legacy.c1716 void fs_create_index() {} function
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp3382 if (fs_create_index (DeviceID, g_AttributeNameClassification,
3397 if (fs_create_index (DeviceID, g_AttributeNameSpamRatio,

Completed in 148 milliseconds