Searched refs:OVERLAY_VOLUME_CALL (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/layers/log_overlay/
H A Dlog_overlay.cpp798 #define OVERLAY_VOLUME_CALL(op, params...) \ macro
821 OVERLAY_VOLUME_CALL(read_fs_info, info)
840 OVERLAY_VOLUME_CALL(write_fs_info, info, mask)
898 OVERLAY_VOLUME_CALL(open_index_dir, cookie)
909 OVERLAY_VOLUME_CALL(close_index_dir, cookie)
919 OVERLAY_VOLUME_CALL(free_index_dir_cookie, cookie)
931 OVERLAY_VOLUME_CALL(read_index_dir, cookie, buffer, bufferSize, num)
942 OVERLAY_VOLUME_CALL(rewind_index_dir, cookie)
954 OVERLAY_VOLUME_CALL(create_index, name, type, flags)
964 OVERLAY_VOLUME_CALL(remove_inde
[all...]
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp51 #define OVERLAY_VOLUME_CALL(op, params...) \ macro
1768 OVERLAY_VOLUME_CALL(write_fs_info, info, mask)
1820 OVERLAY_VOLUME_CALL(open_index_dir, cookie)
1828 OVERLAY_VOLUME_CALL(close_index_dir, cookie)
1836 OVERLAY_VOLUME_CALL(free_index_dir_cookie, cookie)
1845 OVERLAY_VOLUME_CALL(read_index_dir, cookie, buffer, bufferSize, _num)
1853 OVERLAY_VOLUME_CALL(rewind_index_dir, cookie)
1862 OVERLAY_VOLUME_CALL(create_index, name, type, flags)
1870 OVERLAY_VOLUME_CALL(remove_index, name)
1878 OVERLAY_VOLUME_CALL(read_index_sta
[all...]
/haiku/src/add-ons/kernel/file_systems/layers/write_overlay/
H A Dwrite_overlay.cpp2283 #define OVERLAY_VOLUME_CALL(op, params...) \ macro
2331 OVERLAY_VOLUME_CALL(write_fs_info, info, mask)
2383 OVERLAY_VOLUME_CALL(open_index_dir, cookie)
2391 OVERLAY_VOLUME_CALL(close_index_dir, cookie)
2399 OVERLAY_VOLUME_CALL(free_index_dir_cookie, cookie)
2408 OVERLAY_VOLUME_CALL(read_index_dir, cookie, buffer, bufferSize, _num)
2416 OVERLAY_VOLUME_CALL(rewind_index_dir, cookie)
2425 OVERLAY_VOLUME_CALL(create_index, name, type, flags)
2433 OVERLAY_VOLUME_CALL(remove_index, name)
2441 OVERLAY_VOLUME_CALL(read_index_sta
[all...]

Completed in 232 milliseconds