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 */
92 unsigned int xfs_alloc_set_aside(struct xfs_mount *mp);
93 unsigned int xfs_alloc_ag_max_usable(struct xfs_mount *mp);
97 unsigned int xfs_alloc_min_freelist(struct xfs_mount *mp,
105 struct xfs_mount *mp); /* file system mount structure */
132 struct xfs_mount *mp, /* file system mount structure */
153 struct xfs_mount *mp, /* mount point structure */
210 int xfs_read_agf(struct xfs_mount *mp, struct xfs_trans *tp,
212 int xfs_alloc_read_agfl(struct xfs_mount *mp, struct xfs_trans *tp,
220 xfs_extlen_t xfs_prealloc_blocks(struct xfs_mount *mp);
237 typedef int (*xfs_agfl_walk_fn)(struct xfs_mount *mp, xfs_agblock_t bno,
239 int xfs_agfl_walk(struct xfs_mount *mp, struct xfs_agf *agf,