Searched refs:HAS_FS_MOUNT_CALL (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dvfs.cpp56 #define HAS_FS_MOUNT_CALL(mount, op) (mount->volume->ops->op != NULL) macro
4310 if (!HAS_FS_MOUNT_CALL(mount, open_index_dir)) {
4341 if (HAS_FS_MOUNT_CALL(mount, close_index_dir))
4367 if (HAS_FS_MOUNT_CALL(mount, read_index_dir))
4379 if (HAS_FS_MOUNT_CALL(mount, rewind_index_dir))
4396 if (!HAS_FS_MOUNT_CALL(mount, create_index)) {
4420 if (!HAS_FS_MOUNT_CALL(mount, read_index_stat)) {
4443 if (!HAS_FS_MOUNT_CALL(mount, remove_index)) {
4474 if (!HAS_FS_MOUNT_CALL(mount, open_query)) {
4505 if (HAS_FS_MOUNT_CALL(moun
[all...]
/haiku/src/system/kernel/fs/
H A Dvfs.cpp85 #define HAS_FS_MOUNT_CALL(mount, op) (mount->volume->ops->op != NULL) macro
97 ( HAS_FS_MOUNT_CALL(mount, op) ? \
101 ( HAS_FS_MOUNT_CALL(mount, op) ? \
7039 if (!HAS_FS_MOUNT_CALL(mount, open_index_dir)) {
7073 if (HAS_FS_MOUNT_CALL(mount, close_index_dir))
7098 if (HAS_FS_MOUNT_CALL(mount, read_index_dir)) {
7112 if (HAS_FS_MOUNT_CALL(mount, rewind_index_dir))
7131 if (!HAS_FS_MOUNT_CALL(mount, create_index)) {
7185 if (!HAS_FS_MOUNT_CALL(mount, read_index_stat)) {
7209 if (!HAS_FS_MOUNT_CALL(moun
[all...]

Completed in 86 milliseconds