Lines Matching refs:xfs_mount
11 struct xfs_mount;
17 unsigned int xfs_agfl_size(struct xfs_mount *mp);
54 struct xfs_mount *mp; /* file system mount point */
89 unsigned int xfs_alloc_set_aside(struct xfs_mount *mp);
90 unsigned int xfs_alloc_ag_max_usable(struct xfs_mount *mp);
94 unsigned int xfs_alloc_min_freelist(struct xfs_mount *mp,
102 struct xfs_mount *mp); /* file system mount structure */
129 struct xfs_mount *mp, /* file system mount structure */
150 struct xfs_mount *mp, /* mount point structure */
207 int xfs_read_agf(struct xfs_mount *mp, struct xfs_trans *tp,
209 int xfs_alloc_read_agfl(struct xfs_mount *mp, struct xfs_trans *tp,
217 xfs_extlen_t xfs_prealloc_blocks(struct xfs_mount *mp);
234 typedef int (*xfs_agfl_walk_fn)(struct xfs_mount *mp, xfs_agblock_t bno,
236 int xfs_agfl_walk(struct xfs_mount *mp, struct xfs_agf *agf,