Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | xfs_trans_reservations |
Macros | |
#define | xfs_daddr_to_agno(mp, d) ((xfs_agnumber_t)(XFS_BB_TO_FSBT(mp, d) / (mp)->m_sb.sb_agblocks)) |
#define | xfs_daddr_to_agbno(mp, d) ((xfs_agblock_t)(XFS_BB_TO_FSBT(mp, d) % (mp)->m_sb.sb_agblocks)) |
Typedefs | |
typedef struct xfs_trans_reservations | xfs_trans_reservations_t |
Functions | |
void | xfs_mod_sb (struct xfs_trans *, __int64_t) |
int | xfs_initialize_perag (struct xfs_mount *, xfs_agnumber_t, xfs_agnumber_t *) |
void | xfs_sb_from_disk (struct xfs_mount *, struct xfs_dsb *) |
void | xfs_sb_to_disk (struct xfs_dsb *, struct xfs_sb *, __int64_t) |
#define xfs_daddr_to_agbno | ( | mp, | |
d | |||
) | ((xfs_agblock_t)(XFS_BB_TO_FSBT(mp, d) % (mp)->m_sb.sb_agblocks)) |
Definition at line 49 of file xfs_mount.h.
#define xfs_daddr_to_agno | ( | mp, | |
d | |||
) | ((xfs_agnumber_t)(XFS_BB_TO_FSBT(mp, d) / (mp)->m_sb.sb_agblocks)) |
Definition at line 47 of file xfs_mount.h.
int xfs_initialize_perag | ( | struct xfs_mount * | , |
xfs_agnumber_t | , | ||
xfs_agnumber_t * | |||
) |
Definition at line 522 of file xfs_mount.c.