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

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelVolume.cpp1044 if (!fVolume.ops->free_index_dir_cookie)
1046 return fVolume.ops->free_index_dir_cookie(&fVolume, cookie);
1179 fVolume.ops->free_index_dir_cookie);
/haiku/headers/os/drivers/
H A Dfs_interface.h90 status_t (*free_index_dir_cookie)(fs_volume* volume, void* cookie); member in struct:fs_volume_ops
/haiku/headers/private/fs_shell/
H A Dfssh_fs_interface.h91 fssh_status_t (*free_index_dir_cookie)(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.cpp918 DO_VOLUME_LOG("free_index_dir_cookie cookie: %p\n", cookie);
919 OVERLAY_VOLUME_CALL(free_index_dir_cookie, cookie)
920 DO_VOLUME_LOG("free_index_dir_cookie result: %#" B_PRIx32 "\n", result);
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp1836 OVERLAY_VOLUME_CALL(free_index_dir_cookie, cookie)
/haiku/src/tools/fs_shell/
H A Dvfs.cpp4326 FS_MOUNT_CALL(mount, free_index_dir_cookie, cookie);
4354 FS_MOUNT_CALL(mount, free_index_dir_cookie, descriptor->cookie);
/haiku/src/add-ons/kernel/file_systems/layers/write_overlay/
H A Dwrite_overlay.cpp2399 OVERLAY_VOLUME_CALL(free_index_dir_cookie, cookie)
/haiku/src/system/kernel/fs/
H A Dvfs.cpp7056 FS_MOUNT_CALL(mount, free_index_dir_cookie, cookie);
7086 FS_MOUNT_CALL(mount, free_index_dir_cookie, descriptor->cookie);

Completed in 104 milliseconds