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

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelVolume.cpp1035 if (!fVolume.ops->close_index_dir)
1037 return fVolume.ops->close_index_dir(&fVolume, cookie);
1177 fVolume.ops->close_index_dir);
/haiku/headers/os/drivers/
H A Dfs_interface.h89 status_t (*close_index_dir)(fs_volume* volume, void* cookie); member in struct:fs_volume_ops
/haiku/headers/private/fs_shell/
H A Dfssh_fs_interface.h89 fssh_status_t (*close_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.cpp908 DO_VOLUME_LOG("close_index_dir cookie: %p\n", cookie);
909 OVERLAY_VOLUME_CALL(close_index_dir, cookie)
910 DO_VOLUME_LOG("close_index_dir result: %#" B_PRIx32 "\n", result);
/haiku/src/tools/fs_shell/
H A Dvfs.cpp4325 FS_MOUNT_CALL(mount, close_index_dir, cookie);
4341 if (HAS_FS_MOUNT_CALL(mount, close_index_dir))
4342 return FS_MOUNT_CALL(mount, close_index_dir, descriptor->cookie);
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp1828 OVERLAY_VOLUME_CALL(close_index_dir, cookie)
/haiku/src/system/kernel/fs/
H A Dvfs.cpp7055 FS_MOUNT_CALL(mount, close_index_dir, cookie);
7073 if (HAS_FS_MOUNT_CALL(mount, close_index_dir))
7074 return FS_MOUNT_CALL(mount, close_index_dir, descriptor->cookie);
/haiku/src/add-ons/kernel/file_systems/layers/write_overlay/
H A Dwrite_overlay.cpp2391 OVERLAY_VOLUME_CALL(close_index_dir, cookie)

Completed in 102 milliseconds