Lines Matching refs:xfs_mount
60 typedef struct xfs_mount { struct
297 void xfs_do_force_shutdown(struct xfs_mount *mp, int flags, char *fname,
315 xfs_daddr_to_agno(struct xfs_mount *mp, xfs_daddr_t d) in xfs_daddr_to_agno()
323 xfs_daddr_to_agbno(struct xfs_mount *mp, xfs_daddr_t d) in xfs_daddr_to_agbno()
344 struct xfs_mount *pag_mount; /* owner filesystem */
441 extern int xfs_mod_icount(struct xfs_mount *mp, int64_t delta);
442 extern int xfs_mod_ifree(struct xfs_mount *mp, int64_t delta);
443 extern int xfs_mod_fdblocks(struct xfs_mount *mp, int64_t delta,
445 extern int xfs_mod_frextents(struct xfs_mount *mp, int64_t delta);
450 extern bool xfs_fs_writable(struct xfs_mount *mp, int level);
453 extern int xfs_dev_is_read_only(struct xfs_mount *, char *);
455 extern void xfs_set_low_space_thresholds(struct xfs_mount *);
460 struct xfs_error_cfg * xfs_error_get_cfg(struct xfs_mount *mp,
462 void xfs_force_summary_recalc(struct xfs_mount *mp);
463 void xfs_mod_delalloc(struct xfs_mount *mp, int64_t delta);