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 int xfs_reclaim_inodes_count(struct xfs_mount *mp);
53 long xfs_reclaim_inodes_nr(struct xfs_mount *mp, int nr_to_scan);
59 int xfs_icache_free_eofblocks(struct xfs_mount *, struct xfs_eofblocks *);
62 void xfs_queue_eofblocks(struct xfs_mount *);
66 int xfs_icache_free_cowblocks(struct xfs_mount *, struct xfs_eofblocks *);
69 void xfs_queue_cowblocks(struct xfs_mount *);
71 int xfs_inode_walk(struct xfs_mount *mp, int iter_flags,
75 int xfs_icache_inode_is_allocated(struct xfs_mount *mp, struct xfs_trans *tp,
78 void xfs_stop_block_reaping(struct xfs_mount *mp);
79 void xfs_start_block_reaping(struct xfs_mount *mp);