Searched refs:xfs_fileoff_t (Results 1 - 22 of 22) sorted by relevance

/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_bmap.h33 * makes merging changes easier. (xfs_fileoff_t and xfs_filblks_t are
38 xfs_fileoff_t xed_startoff; /* offset of range */
110 xfs_fileoff_t off; /* offset in file filling in */
218 xfs_fileoff_t *unused, /* unused block num */
231 xfs_fileoff_t *last_block, /* last block */
243 xfs_fileoff_t *unused, /* last block num */
284 xfs_fileoff_t bno, /* starting file offs. mapped */
309 xfs_fileoff_t bno); /* starting file offs. mapped */
321 xfs_fileoff_t bno, /* starting offset to unmap */
349 xfs_fileoff_t endof
[all...]
H A Dxfs_btree.h457 ((xfs_fileoff_t)(a) < (xfs_fileoff_t)(b) ? \
458 (xfs_fileoff_t)(a) : (xfs_fileoff_t)(b))
460 ((xfs_fileoff_t)(a) > (xfs_fileoff_t)(b) ? \
461 (xfs_fileoff_t)(a) : (xfs_fileoff_t)(b))
H A Dxfs_bmap_btree.h157 xfs_fileoff_t br_startoff; /* starting file offset */
312 extern xfs_fileoff_t xfs_bmbt_get_startoff(xfs_bmbt_rec_t *r);
320 extern xfs_fileoff_t xfs_bmbt_disk_get_startoff(xfs_bmbt_rec_t *r);
334 extern int xfs_bmbt_lookup_eq(struct xfs_btree_cur *, xfs_fileoff_t,
336 extern int xfs_bmbt_lookup_ge(struct xfs_btree_cur *, xfs_fileoff_t,
346 extern void xfs_bmbt_set_allf(xfs_bmbt_rec_t *r, xfs_fileoff_t o,
350 extern void xfs_bmbt_set_startoff(xfs_bmbt_rec_t *r, xfs_fileoff_t v);
355 extern void xfs_bmbt_disk_set_allf(xfs_bmbt_rec_t *r, xfs_fileoff_t o,
363 extern int xfs_bmbt_update(struct xfs_btree_cur *, xfs_fileoff_t,
370 extern int xfs_bmbt_get_rec(struct xfs_btree_cur *, xfs_fileoff_t *,
[all...]
H A Dxfs_types.h113 typedef __uint64_t xfs_fileoff_t; /* block number in a file */ typedef
130 #define NULLFILEOFF ((xfs_fileoff_t)-1)
H A Dxfs_iomap.c195 xfs_fileoff_t offset_fsb, end_fsb;
325 xfs_fileoff_t *last_fsb)
327 xfs_fileoff_t new_last_fsb = 0;
415 xfs_fileoff_t offset_fsb;
416 xfs_fileoff_t last_fsb;
461 last_fsb = MIN(last_fsb, (xfs_fileoff_t)
595 xfs_fileoff_t start_fsb;
640 xfs_fileoff_t offset_fsb;
641 xfs_fileoff_t last_fsb;
643 xfs_fileoff_t ioalig
[all...]
H A Dxfs_dir2_node.h101 extern int xfs_dir2_node_trim_free(struct xfs_da_args *args, xfs_fileoff_t fo,
H A Dxfs_bmap.c266 xfs_fileoff_t bno, /* block number searched for */
282 xfs_fileoff_t off, /* file offset in fsblocks */
374 xfs_fileoff_t bno,
388 xfs_fileoff_t bno,
733 xfs_fileoff_t new_endoff; /* end offset of new entry */
1308 xfs_fileoff_t new_endoff; /* end offset of new entry */
2311 xfs_fileoff_t *offp, /* in/out: aligned offset */
2314 xfs_fileoff_t orig_off; /* original offset */
2316 xfs_fileoff_t orig_end; /* original off+len */
2317 xfs_fileoff_t next
[all...]
H A Dxfs_dir2.c516 xfs_fileoff_t bno; /* directory offset of new block */
568 xfs_fileoff_t b; /* current file offset */
655 xfs_fileoff_t last; /* last file offset */
678 xfs_fileoff_t last; /* last file offset */
782 xfs_fileoff_t bno; /* directory file offset */
H A Dxfs_mount.h196 xfs_fileoff_t, xfs_filblks_t, int,
201 void *, xfs_fileoff_t,
205 typedef int (*xfs_bmap_eof_t)(void *, xfs_fileoff_t, int, int *);
H A Dxfs_inode.h483 xfs_bmbt_rec_t *xfs_iext_bno_to_ext(xfs_ifork_t *, xfs_fileoff_t, int *);
484 xfs_ext_irec_t *xfs_iext_bno_to_irec(xfs_ifork_t *, xfs_fileoff_t, int *);
H A Dxfs_bmap_btree.c694 xfs_fileoff_t *off,
1124 xfs_fileoff_t startoff;
1887 s->br_startoff = ((xfs_fileoff_t)l0 &
1986 xfs_fileoff_t
1990 return ((xfs_fileoff_t)r->l0 &
2057 xfs_fileoff_t
2061 return ((xfs_fileoff_t)INT_GET(r->l0, ARCH_CONVERT) &
2294 xfs_fileoff_t off,
2308 xfs_fileoff_t off,
2481 xfs_fileoff_t
[all...]
H A Dxfs_da_btree.c1618 xfs_fileoff_t bno, b;
1739 xfs_fileoff_t lastoff;
1945 xfs_fileoff_t bno;
2009 xfs_fileoff_t off;
2071 (xfs_fileoff_t)bno))) {
2079 map.br_startoff = (xfs_fileoff_t)bno;
2086 if ((error = xfs_bmapi(trans, dp, (xfs_fileoff_t)bno,
2095 map.br_startoff = (xfs_fileoff_t)bno;
H A Dxfs_inode.c1271 xfs_fileoff_t map_first;
1316 xfs_fileoff_t last_block;
1317 xfs_fileoff_t size_last_block;
1542 xfs_fileoff_t first_unmap_block;
1543 xfs_fileoff_t last_block;
4358 xfs_fileoff_t bno, /* block number to search for */
4369 xfs_fileoff_t startoff = 0; /* start offset of extent */
4429 xfs_fileoff_t bno, /* block number to search for */
H A Dxfs_vnodeops.c1197 xfs_fileoff_t end_fsb;
1198 xfs_fileoff_t last_fsb;
3291 xfs_fileoff_t first_fsb;
4028 xfs_fileoff_t startoffset_fsb;
4089 xfs_fileoff_t s, e;
4220 xfs_fileoff_t offset_fsb;
4299 xfs_fileoff_t endoffset_fsb;
4312 xfs_fileoff_t startoffset_fsb;
H A Dxfs_attr.c1910 error = xfs_bmapi(args->trans, args->dp, (xfs_fileoff_t)lblkno,
1950 xfs_fileoff_t lfileoff;
1986 error = xfs_bmapi(args->trans, dp, (xfs_fileoff_t)lblkno,
2039 error = xfs_bmapi(NULL, dp, (xfs_fileoff_t)lblkno,
2104 error = xfs_bmapi(NULL, args->dp, (xfs_fileoff_t)lblkno,
H A Dxfs_dir2_node.c1437 xfs_fileoff_t fo; /* freespace block number */
1941 xfs_fileoff_t fo, /* free block number */
H A Dxfs_dir2_leaf.c1754 xfs_fileoff_t fo; /* freespace file offset */
H A Dxfs_rtalloc.c99 xfs_fileoff_t bno; /* block number in file */
H A Dxfs_attr_leaf.c2991 error = xfs_bmapi(*trans, dp, (xfs_fileoff_t)tblkno, tblkcnt,
H A Dxfsidbg.c3393 s.br_startoff = (xfs_fileoff_t)
/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/
H A Dxfs_frw.c274 xfs_fileoff_t last_fsb;
347 xfs_fileoff_t start_zero_fsb;
348 xfs_fileoff_t end_zero_fsb;
349 xfs_fileoff_t zero_count_fsb;
350 xfs_fileoff_t last_fsb;
382 last_fsb = isize ? XFS_B_TO_FSBT(mp, isize - 1) : (xfs_fileoff_t)-1;
H A Dxfs_vnops.c385 xfs_fileoff_t lbn, nextlbn;

Completed in 186 milliseconds