Lines Matching refs:xfs_mount
80 typedef struct xfs_mount { struct
299 static inline bool xfs_has_ ## name (struct xfs_mount *mp) \
307 static inline void xfs_add_ ## name (struct xfs_mount *mp) \
390 static inline bool xfs_is_ ## name (struct xfs_mount *mp) \
394 static inline bool xfs_clear_ ## name (struct xfs_mount *mp) \
398 static inline bool xfs_set_ ## name (struct xfs_mount *mp) \
428 void xfs_do_force_shutdown(struct xfs_mount *mp, int flags, char *fname,
450 xfs_daddr_to_agno(struct xfs_mount *mp, xfs_daddr_t d) in xfs_daddr_to_agno()
458 xfs_daddr_to_agbno(struct xfs_mount *mp, xfs_daddr_t d) in xfs_daddr_to_agbno()
481 extern int xfs_mod_fdblocks(struct xfs_mount *mp, int64_t delta,
483 extern int xfs_mod_frextents(struct xfs_mount *mp, int64_t delta);
487 extern bool xfs_fs_writable(struct xfs_mount *mp, int level);
490 extern int xfs_dev_is_read_only(struct xfs_mount *, char *);
492 extern void xfs_set_low_space_thresholds(struct xfs_mount *);
497 struct xfs_error_cfg * xfs_error_get_cfg(struct xfs_mount *mp,
499 void xfs_force_summary_recalc(struct xfs_mount *mp);
500 int xfs_add_incompat_log_feature(struct xfs_mount *mp, uint32_t feature);
501 bool xfs_clear_incompat_log_features(struct xfs_mount *mp);
502 void xfs_mod_delalloc(struct xfs_mount *mp, int64_t delta);