Lines Matching refs:xfs_mount
67 typedef struct xfs_mount { struct
268 void xfs_do_force_shutdown(struct xfs_mount *mp, int flags, char *fname,
284 xfs_daddr_to_agno(struct xfs_mount *mp, xfs_daddr_t d) in xfs_daddr_to_agno()
292 xfs_daddr_to_agbno(struct xfs_mount *mp, xfs_daddr_t d) in xfs_daddr_to_agbno()
313 struct xfs_mount *pag_mount; /* owner filesystem */
412 struct xfs_mount *mp) in xfs_fdblocks_unavailable()
417 extern int xfs_mod_fdblocks(struct xfs_mount *mp, int64_t delta,
419 extern int xfs_mod_frextents(struct xfs_mount *mp, int64_t delta);
423 extern bool xfs_fs_writable(struct xfs_mount *mp, int level);
426 extern int xfs_dev_is_read_only(struct xfs_mount *, char *);
428 extern void xfs_set_low_space_thresholds(struct xfs_mount *);
433 struct xfs_error_cfg * xfs_error_get_cfg(struct xfs_mount *mp,
435 void xfs_force_summary_recalc(struct xfs_mount *mp);
436 void xfs_mod_delalloc(struct xfs_mount *mp, int64_t delta);