open_index_dir
status_t (*open_index_dir)(fs_volume* volume, void** _cookie);
fssh_status_t (*open_index_dir)(fssh_fs_volume *volume,
OVERLAY_VOLUME_CALL(open_index_dir, cookie)
OVERLAY_VOLUME_CALL(open_index_dir, cookie)
OVERLAY_VOLUME_CALL(open_index_dir, cookie)
CLEAR_UNSUPPORTED(FS_VOLUME_CAPABILITY_OPEN_INDEX_DIR, open_index_dir);
if (!fVolume.ops->open_index_dir)
return fVolume.ops->open_index_dir(&fVolume, cookie);
fVolume.ops->open_index_dir);
glob.gl_opendir = open_index_dir;
if (!HAS_FS_MOUNT_CALL(mount, open_index_dir)) {
status = FS_MOUNT_CALL(mount, open_index_dir, &cookie);
if (!HAS_FS_MOUNT_CALL(mount, open_index_dir)) {
status = FS_MOUNT_CALL(mount, open_index_dir, &cookie);