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 */
103 unsigned int xfs_alloc_set_aside(struct xfs_mount *mp);
104 unsigned int xfs_alloc_ag_max_usable(struct xfs_mount *mp);
108 unsigned int xfs_alloc_min_freelist(struct xfs_mount *mp,
116 struct xfs_mount *mp); /* file system mount structure */
143 struct xfs_mount *mp, /* file system mount structure */
164 struct xfs_mount *mp, /* mount point structure */
221 int xfs_read_agf(struct xfs_mount *mp, struct xfs_trans *tp,
223 int xfs_alloc_read_agfl(struct xfs_mount *mp, struct xfs_trans *tp,
231 xfs_extlen_t xfs_prealloc_blocks(struct xfs_mount *mp);
248 typedef int (*xfs_agfl_walk_fn)(struct xfs_mount *mp, xfs_agblock_t bno,
250 int xfs_agfl_walk(struct xfs_mount *mp, struct xfs_agf *agf,