Lines Matching refs:xfs_mount

63 	struct xfs_mount	*mp;
83 typedef struct xfs_mount { struct
311 static inline bool xfs_has_ ## name (struct xfs_mount *mp) \
319 static inline void xfs_add_ ## name (struct xfs_mount *mp) \
412 static inline bool xfs_is_ ## name (struct xfs_mount *mp) \ in __XFS_ADD_FEAT()
416 static inline bool xfs_clear_ ## name (struct xfs_mount *mp) \
420 static inline bool xfs_set_ ## name (struct xfs_mount *mp) \
439 xfs_should_warn(struct xfs_mount *mp, long nr)
464 void xfs_do_force_shutdown(struct xfs_mount *mp, uint32_t flags, char *fname,
489 xfs_daddr_to_agno(struct xfs_mount *mp, xfs_daddr_t d) in xfs_daddr_to_agno()
497 xfs_daddr_to_agbno(struct xfs_mount *mp, xfs_daddr_t d) in xfs_daddr_to_agbno()
530 struct xfs_mount *mp) in xfs_fdblocks_unavailable()
535 int xfs_mod_freecounter(struct xfs_mount *mp, struct percpu_counter *counter,
539 xfs_mod_fdblocks(struct xfs_mount *mp, int64_t delta, bool reserved) in xfs_mod_fdblocks()
545 xfs_mod_frextents(struct xfs_mount *mp, int64_t delta) in xfs_mod_frextents()
552 extern bool xfs_fs_writable(struct xfs_mount *mp, int level);
555 extern int xfs_dev_is_read_only(struct xfs_mount *, char *);
557 extern void xfs_set_low_space_thresholds(struct xfs_mount *);
562 struct xfs_error_cfg * xfs_error_get_cfg(struct xfs_mount *mp,
564 void xfs_force_summary_recalc(struct xfs_mount *mp);
565 int xfs_add_incompat_log_feature(struct xfs_mount *mp, uint32_t feature);
566 bool xfs_clear_incompat_log_features(struct xfs_mount *mp);
567 void xfs_mod_delalloc(struct xfs_mount *mp, int64_t delta);