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

/haiku/src/bin/
H A Drmindex.cpp124 open_index_dir(const char* /*path*/) function
147 glob.gl_opendir = open_index_dir;
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelVolume.cpp1026 if (!fVolume.ops->open_index_dir)
1028 return fVolume.ops->open_index_dir(&fVolume, cookie);
1175 fVolume.ops->open_index_dir);
/haiku/headers/os/drivers/
H A Dfs_interface.h88 status_t (*open_index_dir)(fs_volume* volume, void** _cookie); member in struct:fs_volume_ops
/haiku/headers/private/fs_shell/
H A Dfssh_fs_interface.h87 fssh_status_t (*open_index_dir)(fssh_fs_volume *volume, member in struct:fssh_fs_volume_ops
/haiku/src/add-ons/kernel/file_systems/layers/log_overlay/
H A Dlog_overlay.cpp897 DO_VOLUME_LOG("%s\n", "open_index_dir");
898 OVERLAY_VOLUME_CALL(open_index_dir, cookie)
899 DO_VOLUME_LOG("open_index_dir result: %#" B_PRIx32 "; cookie: %p\n", result,
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp1820 OVERLAY_VOLUME_CALL(open_index_dir, cookie)
/haiku/src/tools/fs_shell/
H A Dvfs.cpp4310 if (!HAS_FS_MOUNT_CALL(mount, open_index_dir)) {
4315 status = FS_MOUNT_CALL(mount, open_index_dir, &cookie);
/haiku/src/add-ons/kernel/file_systems/layers/write_overlay/
H A Dwrite_overlay.cpp2383 OVERLAY_VOLUME_CALL(open_index_dir, cookie)
/haiku/src/system/kernel/fs/
H A Dvfs.cpp7039 if (!HAS_FS_MOUNT_CALL(mount, open_index_dir)) {
7044 status = FS_MOUNT_CALL(mount, open_index_dir, &cookie);
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp3634 CLEAR_UNSUPPORTED(FS_VOLUME_CAPABILITY_OPEN_INDEX_DIR, open_index_dir);

Completed in 186 milliseconds