|
|
| version 1.13, 2005/09/23 03:51:28 | version 1.14, 2007/03/10 02:56:10 |
|---|---|
| Line 23 extern int fs_noerr(void); | Line 23 extern int fs_noerr(void); |
| extern int fs_nosys(void); | extern int fs_nosys(void); |
| extern void fs_noval(void); | extern void fs_noval(void); |
| extern void fs_tosspages(bhv_desc_t *, xfs_off_t, xfs_off_t, int); | extern void fs_tosspages(bhv_desc_t *, xfs_off_t, xfs_off_t, int); |
| extern void fs_flushinval_pages(bhv_desc_t *, xfs_off_t, xfs_off_t, int); | extern int fs_flushinval_pages(bhv_desc_t *, xfs_off_t, xfs_off_t, int); |
| extern int fs_flush_pages(bhv_desc_t *, xfs_off_t, xfs_off_t, uint64_t, int); | extern int fs_flush_pages(bhv_desc_t *, xfs_off_t, xfs_off_t, uint64_t, int); |
| #endif /* __XFS_FS_SUBR_H__ */ | #endif /* __XFS_FS_SUBR_H__ */ |