Lines Matching refs:xfs_mount
40 typedef struct xfs_mount { struct
230 void xfs_do_force_shutdown(struct xfs_mount *mp, int flags, char *fname,
248 xfs_daddr_to_agno(struct xfs_mount *mp, xfs_daddr_t d) in xfs_daddr_to_agno()
256 xfs_daddr_to_agbno(struct xfs_mount *mp, xfs_daddr_t d) in xfs_daddr_to_agbno()
267 struct xfs_mount *pag_mount; /* owner filesystem */
318 extern int xfs_mod_icount(struct xfs_mount *mp, int64_t delta);
319 extern int xfs_mod_ifree(struct xfs_mount *mp, int64_t delta);
320 extern int xfs_mod_fdblocks(struct xfs_mount *mp, int64_t delta,
322 extern int xfs_mod_frextents(struct xfs_mount *mp, int64_t delta);
328 extern bool xfs_fs_writable(struct xfs_mount *mp, int level);
331 extern int xfs_dev_is_read_only(struct xfs_mount *, char *);
333 extern void xfs_set_low_space_thresholds(struct xfs_mount *);