Lines Matching refs:xfs_fileoff_t

247 	xfs_fileoff_t	bno,		/* block number searched for */
263 xfs_fileoff_t off, /* file offset in fsblocks */
283 xfs_fileoff_t bno,
323 xfs_fileoff_t off, in xfs_bmbt_lookup_eq()
337 xfs_fileoff_t off, in xfs_bmbt_lookup_ge()
356 xfs_fileoff_t off, in xfs_bmbt_update()
658 xfs_fileoff_t new_endoff; /* end offset of new entry */ in xfs_bmap_add_extent_delay_real()
1174 xfs_fileoff_t new_endoff; /* end offset of new entry */ in xfs_bmap_add_extent_unwritten_real()
2026 xfs_fileoff_t *offp, /* in/out: aligned offset */ in xfs_bmap_extsize_align()
2029 xfs_fileoff_t orig_off; /* original offset */ in xfs_bmap_extsize_align()
2031 xfs_fileoff_t orig_end; /* original off+len */ in xfs_bmap_extsize_align()
2032 xfs_fileoff_t nexto; /* next file offset */ in xfs_bmap_extsize_align()
2033 xfs_fileoff_t prevo; /* previous file offset */ in xfs_bmap_extsize_align()
2034 xfs_fileoff_t align_off; /* temp for offset */ in xfs_bmap_extsize_align()
2847 xfs_fileoff_t del_endoff; /* first offset past del */ in xfs_bmap_del_extent()
2854 xfs_fileoff_t got_endoff; /* first offset past got */ in xfs_bmap_del_extent()
3461 xfs_fileoff_t bno, /* block number searched for */ in xfs_bmap_search_multi_extents()
3512 xfs_fileoff_t bno, /* block number searched for */ in xfs_bmap_search_extents()
3943 xfs_fileoff_t *first_unused, /* unused block */ in xfs_bmap_first_unused()
3949 xfs_fileoff_t lastaddr; /* last block number seen */ in xfs_bmap_first_unused()
3950 xfs_fileoff_t lowest; /* lowest useful block */ in xfs_bmap_first_unused()
3951 xfs_fileoff_t max; /* starting useful block */ in xfs_bmap_first_unused()
3952 xfs_fileoff_t off; /* offset for this block */ in xfs_bmap_first_unused()
3995 xfs_fileoff_t *last_block, /* last block */ in xfs_bmap_last_before()
3998 xfs_fileoff_t bno; /* input file offset */ in xfs_bmap_last_before()
4043 xfs_fileoff_t *last_block, /* last block */ in xfs_bmap_last_offset()
4296 xfs_fileoff_t bno, in xfs_bmap_validate_ret()
4349 xfs_fileoff_t bno, /* starting file offs. mapped */ in xfs_bmapi()
4361 xfs_fileoff_t aoff; /* allocated file offset */ in xfs_bmapi()
4364 xfs_fileoff_t end; /* end of mapped file region */ in xfs_bmapi()
4379 xfs_fileoff_t obno; /* old block number (offset) */ in xfs_bmapi()
4388 xfs_fileoff_t orig_bno; /* original block number value */ in xfs_bmapi()
4951 xfs_fileoff_t bno) /* starting file offs. mapped */ in xfs_bmapi_single()
5001 xfs_fileoff_t bno, /* starting offset to unmap */ in xfs_bunmapi()
5025 xfs_fileoff_t start; /* first file offset deleted */ in xfs_bunmapi()
5086 while (bno != (xfs_fileoff_t)-1 && bno >= start && lastx >= 0 && in xfs_bunmapi()
5293 if (bno != (xfs_fileoff_t)-1 && bno >= start) { in xfs_bunmapi()
5305 *done = bno == (xfs_fileoff_t)-1 || bno < start || lastx < 0; in xfs_bunmapi()
5382 xfs_fileoff_t fileblock; in xfs_getbmapx_fix_eof_hole()
5638 xfs_fileoff_t off, /* file offset in fsblocks */ in xfs_bmap_isaeof()
5681 xfs_fileoff_t endoff, /* file offset in fsblocks */ in xfs_bmap_eof()
5690 xfs_fileoff_t startoff; /* extent starting file offset */ in xfs_bmap_eof()
6125 xfs_fileoff_t start_fsb, in xfs_bmap_punch_delalloc_range()
6126 xfs_fileoff_t length) in xfs_bmap_punch_delalloc_range()
6128 xfs_fileoff_t remaining = length; in xfs_bmap_punch_delalloc_range()