Searched refs:xfs_bmbt_rec_t (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_bmap_btree.h24 ((xfs_bmbt_rec_t *) \
27 ((index) - 1) * sizeof(xfs_bmbt_rec_t)))
H A Dxfs_inode_fork.c115 int size = nex * sizeof(xfs_bmbt_rec_t);
139 dp = (xfs_bmbt_rec_t *) XFS_DFORK_PTR(dip, whichfork);
474 memcpy(np, op, new_max * (uint)sizeof(xfs_bmbt_rec_t));
649 (void)xfs_iextents_copy(ip, (xfs_bmbt_rec_t *)cp,
H A Dxfs_inode_fork.h80 (xfs_inode_fork_size(ip, w) / sizeof(xfs_bmbt_rec_t))
H A Dxfs_bmap_btree.c523 .rec_len = sizeof(xfs_bmbt_rec_t),
598 return blocklen / sizeof(xfs_bmbt_rec_t);
H A Dxfs_format.h1668 } xfs_bmbt_rec_t; typedef in typeref:struct:xfs_bmbt_rec
1671 typedef xfs_bmbt_rec_t xfs_bmdr_rec_t;
H A Dxfs_bmap.c355 xfs_bmbt_rec_t *ep; /* pointer to current extent */
356 xfs_bmbt_rec_t last = {0, 0}; /* last extent in prev block */
357 xfs_bmbt_rec_t *nextp; /* pointer to next extent */

Completed in 191 milliseconds