Home
last modified time | relevance | path

Searched refs:xfs_bmap_free (Results 1 – 8 of 8) sorted by relevance

/fs/xfs/
Dxfs_bmap.h55 typedef struct xfs_bmap_free struct
115 struct xfs_bmap_free *flist; /* bmap freelist */
176 struct xfs_bmap_free *flist, struct xfs_mount *mp);
177 void xfs_bmap_cancel(struct xfs_bmap_free *flist);
198 struct xfs_bmap_free *flist);
202 struct xfs_bmap_free *flist, int *done);
211 int xfs_bmap_finish(struct xfs_trans **tp, struct xfs_bmap_free *flist,
Dxfs_dir2.h21 struct xfs_bmap_free;
40 struct xfs_bmap_free *flist, xfs_extlen_t tot);
47 struct xfs_bmap_free *flist, xfs_extlen_t tot);
51 struct xfs_bmap_free *flist, xfs_extlen_t tot);
Dxfs_da_btree.h22 struct xfs_bmap_free;
186 struct xfs_bmap_free *flist; /* ptr to freelist for bmap_finish */
Dxfs_ialloc.h90 struct xfs_bmap_free *flist, /* extents to free */
Dxfs_btree.h22 struct xfs_bmap_free;
269 struct xfs_bmap_free *flist; /* list to free after */
Dxfs_inode.h241 struct xfs_bmap_free;
544 struct xfs_bmap_free *);
Dxfs_symlink.c346 struct xfs_bmap_free free_list; in xfs_symlink()
Dxfs_bmap.c4883 struct xfs_bmap_free *flist) /* i/o: list extents to free */ in xfs_bmapi_write()