Lines Matching refs:xfs_mount
9 struct xfs_mount;
45 int xfs_iget(struct xfs_mount *mp, struct xfs_trans *tp, xfs_ino_t ino,
49 struct xfs_inode * xfs_inode_alloc(struct xfs_mount *mp, xfs_ino_t ino);
54 void xfs_reclaim_inodes(struct xfs_mount *mp);
55 long xfs_reclaim_inodes_count(struct xfs_mount *mp);
56 long xfs_reclaim_inodes_nr(struct xfs_mount *mp, unsigned long nr_to_scan);
60 int xfs_blockgc_free_dquots(struct xfs_mount *mp, struct xfs_dquot *udqp,
64 int xfs_blockgc_free_space(struct xfs_mount *mp, struct xfs_icwalk *icm);
65 int xfs_blockgc_flush_all(struct xfs_mount *mp);
74 void xfs_blockgc_stop(struct xfs_mount *mp);
75 void xfs_blockgc_start(struct xfs_mount *mp);
78 void xfs_inodegc_push(struct xfs_mount *mp);
79 int xfs_inodegc_flush(struct xfs_mount *mp);
80 void xfs_inodegc_stop(struct xfs_mount *mp);
81 void xfs_inodegc_start(struct xfs_mount *mp);
82 int xfs_inodegc_register_shrinker(struct xfs_mount *mp);