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