Searched defs:xfs_bmalloca (Results 1 – 1 of 1) sorted by relevance
19 struct xfs_bmalloca { struct20 struct xfs_trans *tp; /* transaction pointer */21 struct xfs_inode *ip; /* incore inode pointer */22 struct xfs_bmbt_irec prev; /* extent before the new one */23 struct xfs_bmbt_irec got; /* extent after, or delayed */25 xfs_fileoff_t offset; /* offset in file filling in */26 xfs_extlen_t length; /* i/o length asked/allocated */27 xfs_fsblock_t blkno; /* starting block of new extent */29 struct xfs_btree_cur *cur; /* btree cursor */30 struct xfs_iext_cursor icur; /* incore extent cursor */[all …]