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 int xfs_reclaim_inodes(struct xfs_mount *mp, int mode);
55 int xfs_reclaim_inodes_count(struct xfs_mount *mp);
56 long xfs_reclaim_inodes_nr(struct xfs_mount *mp, int nr_to_scan);
62 int xfs_icache_free_eofblocks(struct xfs_mount *, struct xfs_eofblocks *);
65 void xfs_queue_eofblocks(struct xfs_mount *);
69 int xfs_icache_free_cowblocks(struct xfs_mount *, struct xfs_eofblocks *);
72 void xfs_queue_cowblocks(struct xfs_mount *);
74 int xfs_inode_ag_iterator(struct xfs_mount *mp,
77 int xfs_inode_ag_iterator_flags(struct xfs_mount *mp,
80 int xfs_inode_ag_iterator_tag(struct xfs_mount *mp,
119 int xfs_icache_inode_is_allocated(struct xfs_mount *mp, struct xfs_trans *tp,
122 void xfs_icache_disable_reclaim(struct xfs_mount *mp);
123 void xfs_icache_enable_reclaim(struct xfs_mount *mp);