|
|
| File: [Development] / linux-2.6-xfs / fs / xfs / xfs_log.h (download)
Revision 1.1, Fri Oct 29 00:20:08 1993 UTC (23 years, 11 months ago) by ajs
Initial revision |
#ifndef _XFS_LOG_H #define _XFS_LOG_H caddr_t xfs_log_alloc(size_t, uint, xfs_lsn_t*); void xfs_log_free(caddr_t, size_t); void xfs_log_notify(void(*)(void*), void*, xfs_lsn_t); #endif /* _XFS_LOG_H */