2 * Copyright 2002-2003, Haiku Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
13 typedef struct index_info
{
16 time_t modification_time
;
27 extern int fs_create_index(dev_t device
, const char *name
, uint32 type
, uint32 flags
);
28 extern int fs_remove_index(dev_t device
, const char *name
);
29 extern int fs_stat_index(dev_t device
, const char *name
, struct index_info
*indexInfo
);
31 extern DIR *fs_open_index_dir(dev_t device
);
32 extern int fs_close_index_dir(DIR *indexDirectory
);
33 extern struct dirent
*fs_read_index_dir(DIR *indexDirectory
);
34 extern void fs_rewind_index_dir(DIR *indexDirectory
);
40 #endif /* _FS_INDEX_H */