Searched refs:xfs_bmbt_rec_host_t (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_bmap_btree.h58 } xfs_bmbt_rec_host_t; typedef in typeref:struct:xfs_bmbt_rec_host
209 extern void xfs_bmbt_get_all(xfs_bmbt_rec_host_t *r, xfs_bmbt_irec_t *s);
210 extern xfs_filblks_t xfs_bmbt_get_blockcount(xfs_bmbt_rec_host_t *r);
211 extern xfs_fsblock_t xfs_bmbt_get_startblock(xfs_bmbt_rec_host_t *r);
212 extern xfs_fileoff_t xfs_bmbt_get_startoff(xfs_bmbt_rec_host_t *r);
213 extern xfs_exntst_t xfs_bmbt_get_state(xfs_bmbt_rec_host_t *r);
218 extern void xfs_bmbt_set_all(xfs_bmbt_rec_host_t *r, xfs_bmbt_irec_t *s);
219 extern void xfs_bmbt_set_allf(xfs_bmbt_rec_host_t *r, xfs_fileoff_t o,
221 extern void xfs_bmbt_set_blockcount(xfs_bmbt_rec_host_t *r, xfs_filblks_t v);
222 extern void xfs_bmbt_set_startblock(xfs_bmbt_rec_host_t *
[all...]
H A Dxfs_bmap_btree.c137 xfs_bmbt_rec_host_t *r,
148 xfs_bmbt_rec_host_t *r)
158 xfs_bmbt_rec_host_t *r)
182 xfs_bmbt_rec_host_t *r)
190 xfs_bmbt_rec_host_t *r)
226 xfs_bmbt_rec_host_t *r,
271 xfs_bmbt_rec_host_t *r,
346 xfs_bmbt_rec_host_t *r,
359 xfs_bmbt_rec_host_t *r,
387 xfs_bmbt_rec_host_t *
[all...]
H A Dxfs_inode.h51 xfs_bmbt_rec_host_t *er_extbuf; /* block of extent records */
72 xfs_bmbt_rec_host_t *if_extents;/* linear map file exts */
77 xfs_bmbt_rec_host_t if_inline_ext[XFS_INLINE_EXTS];
519 xfs_bmbt_rec_host_t *xfs_iext_get_ext(xfs_ifork_t *, xfs_extnum_t);
532 xfs_bmbt_rec_host_t *xfs_iext_bno_to_ext(xfs_ifork_t *, xfs_fileoff_t, int *);
H A Dxfs_bmap.c244 STATIC xfs_bmbt_rec_host_t * /* pointer to found extent entry */
654 xfs_bmbt_rec_host_t *ep; /* extent entry for idx */
1150 xfs_bmbt_rec_host_t *ep; /* extent entry for idx */
1638 xfs_bmbt_rec_host_t *ep; /* extent record for idx */
1792 xfs_bmbt_rec_host_t *ep; /* pointer to extent entry ins. point */
2821 xfs_bmbt_rec_host_t *ep; /* current extent entry pointer */
3161 xfs_bmbt_rec_host_t *ep; /* extent record pointer */
3361 xfs_bmbt_rec_host_t *ep;/* extent record pointer */
3428 STATIC xfs_bmbt_rec_host_t * /* pointer to found extent entry */
3437 xfs_bmbt_rec_host_t *e
[all...]
H A Dxfs_inode.c77 xfs_bmbt_rec_host_t rec;
81 xfs_bmbt_rec_host_t *ep = xfs_iext_get_ext(ifp, i);
571 xfs_bmbt_rec_host_t *ep = xfs_iext_get_ext(ifp, i);
2478 xfs_bmbt_rec_host_t *ep = xfs_iext_get_ext(ifp, i);
3093 xfs_bmbt_rec_host_t *
3693 xfs_bmbt_rec_host_t *ep; /* extent record pointer */
3745 xfs_bmbt_rec_host_t * /* pointer to found extent record */
3751 xfs_bmbt_rec_host_t *base; /* pointer to first extent */
3753 xfs_bmbt_rec_host_t *ep = NULL; /* pointer to target extent */

Completed in 89 milliseconds