remove_index
status_t (*remove_index)(fs_volume* volume, const char* name);
fssh_status_t (*remove_index)(fssh_fs_volume *volume, const char *name);
op_remove_index *remove_index;
OVERLAY_VOLUME_CALL(remove_index, name)
OVERLAY_VOLUME_CALL(remove_index, name)
OVERLAY_VOLUME_CALL(remove_index, name)
CLEAR_UNSUPPORTED(FS_VOLUME_CAPABILITY_REMOVE_INDEX, remove_index);
fFSOps->remove_index);
if (!fFSOps->remove_index)
return fFSOps->remove_index(fVolumeCookie, name);
beos_op_remove_index *remove_index;
if (!fVolume.ops->remove_index)
return fVolume.ops->remove_index(&fVolume, name);
fVolume.ops->remove_index);
if (remove_index(device, glob.gl_pathv[i], verbose) != 0)
result = remove_index(device, indexName, verbose);
if (!HAS_FS_MOUNT_CALL(mount, remove_index)) {
status = FS_MOUNT_CALL(mount, remove_index, name);
if (!HAS_FS_MOUNT_CALL(mount, remove_index)) {
status = FS_MOUNT_CALL(mount, remove_index, name);