Lines Matching refs:xfs_mount
9 struct xfs_mount;
42 int xfs_iget(struct xfs_mount *mp, struct xfs_trans *tp, xfs_ino_t ino,
46 struct xfs_inode * xfs_inode_alloc(struct xfs_mount *mp, xfs_ino_t ino);
51 void xfs_reclaim_inodes(struct xfs_mount *mp);
52 long xfs_reclaim_inodes_count(struct xfs_mount *mp);
53 long xfs_reclaim_inodes_nr(struct xfs_mount *mp, unsigned long nr_to_scan);
57 int xfs_blockgc_free_dquots(struct xfs_mount *mp, struct xfs_dquot *udqp,
61 int xfs_blockgc_free_space(struct xfs_mount *mp, struct xfs_icwalk *icm);
62 void xfs_blockgc_flush_all(struct xfs_mount *mp);
72 int xfs_icache_inode_is_allocated(struct xfs_mount *mp, struct xfs_trans *tp,
75 void xfs_blockgc_stop(struct xfs_mount *mp);
76 void xfs_blockgc_start(struct xfs_mount *mp);
79 void 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 void xfs_inodegc_cpu_dead(struct xfs_mount *mp, unsigned int cpu);
83 int xfs_inodegc_register_shrinker(struct xfs_mount *mp);