Lines Matching refs:xfs_mount

80 typedef struct xfs_mount {  struct
303 static inline bool xfs_has_ ## name (struct xfs_mount *mp) \
311 static inline void xfs_add_ ## name (struct xfs_mount *mp) \
402 static inline bool xfs_is_ ## name (struct xfs_mount *mp) \ in __XFS_ADD_FEAT()
406 static inline bool xfs_clear_ ## name (struct xfs_mount *mp) \
410 static inline bool xfs_set_ ## name (struct xfs_mount *mp) \
424 xfs_should_warn(struct xfs_mount *mp, long nr)
448 void xfs_do_force_shutdown(struct xfs_mount *mp, uint32_t flags, char *fname,
471 xfs_daddr_to_agno(struct xfs_mount *mp, xfs_daddr_t d) in xfs_daddr_to_agno()
479 xfs_daddr_to_agbno(struct xfs_mount *mp, xfs_daddr_t d) in xfs_daddr_to_agbno()
512 struct xfs_mount *mp) in xfs_fdblocks_unavailable()
517 int xfs_mod_freecounter(struct xfs_mount *mp, struct percpu_counter *counter,
521 xfs_mod_fdblocks(struct xfs_mount *mp, int64_t delta, bool reserved) in xfs_mod_fdblocks()
527 xfs_mod_frextents(struct xfs_mount *mp, int64_t delta) in xfs_mod_frextents()
534 extern bool xfs_fs_writable(struct xfs_mount *mp, int level);
537 extern int xfs_dev_is_read_only(struct xfs_mount *, char *);
539 extern void xfs_set_low_space_thresholds(struct xfs_mount *);
544 struct xfs_error_cfg * xfs_error_get_cfg(struct xfs_mount *mp,
546 void xfs_force_summary_recalc(struct xfs_mount *mp);
547 int xfs_add_incompat_log_feature(struct xfs_mount *mp, uint32_t feature);
548 bool xfs_clear_incompat_log_features(struct xfs_mount *mp);
549 void xfs_mod_delalloc(struct xfs_mount *mp, int64_t delta);