Home
last modified time | relevance | path

Searched refs:startoff (Results 1 – 9 of 9) sorted by relevance

/fs/ocfs2/
Dlocalalloc.c829 int numfound = 0, bitoff, left, startoff; in ocfs2_local_alloc_find_clear_bits() local
866 numfound = bitoff = startoff = 0; in ocfs2_local_alloc_find_clear_bits()
868 while ((bitoff = ocfs2_find_next_zero_bit(bitmap, left, startoff)) != -1) { in ocfs2_local_alloc_find_clear_bits()
878 if (bitoff == startoff) { in ocfs2_local_alloc_find_clear_bits()
881 startoff++; in ocfs2_local_alloc_find_clear_bits()
885 startoff = bitoff+1; in ocfs2_local_alloc_find_clear_bits()
897 bitoff = startoff - numfound; in ocfs2_local_alloc_find_clear_bits()
/fs/xfs/
Dxfs_bmap_item.c216 xfs_fileoff_t startoff, in xfs_trans_log_finish_bmap_update() argument
223 error = xfs_bmap_finish_one(tp, ip, type, whichfork, startoff, in xfs_trans_log_finish_bmap_update()
Dxfs_rmap_item.c281 xfs_fileoff_t startoff, in xfs_trans_log_finish_rmap_update() argument
289 error = xfs_rmap_finish_one(tp, type, owner, whichfork, startoff, in xfs_trans_log_finish_rmap_update()
Dxfs_trace.h223 __field(xfs_fileoff_t, startoff)
240 __entry->startoff = r.br_startoff;
254 __entry->startoff,
1238 __field(xfs_fileoff_t, startoff)
1249 __entry->startoff = irec ? irec->br_startoff : 0;
1261 __entry->startoff,
/fs/xfs/libxfs/
Dxfs_rmap.h180 uint64_t owner, int whichfork, xfs_fileoff_t startoff,
Dxfs_bmap.h269 xfs_fileoff_t startoff, xfs_fsblock_t startblock,
Dxfs_bmap.c5556 xfs_fileoff_t startoff; in xfs_bmse_can_merge() local
5558 startoff = got->br_startoff - shift; in xfs_bmse_can_merge()
5564 if ((left->br_startoff + left->br_blockcount != startoff) || in xfs_bmse_can_merge()
5669 xfs_fileoff_t startoff) in xfs_bmap_shift_update_extent() argument
5677 got->br_startoff = startoff; in xfs_bmap_shift_update_extent()
6114 xfs_fileoff_t startoff, in xfs_bmap_finish_one() argument
6126 ip->i_ino, whichfork, startoff, *blockcount, state); in xfs_bmap_finish_one()
6137 error = xfs_bmapi_remap(tp, ip, startoff, *blockcount, in xfs_bmap_finish_one()
6142 error = __xfs_bunmapi(tp, ip, startoff, blockcount, in xfs_bmap_finish_one()
Dxfs_alloc.c2547 int startoff; in xfs_alloc_put_freelist() local
2580 startoff = (char *)blockp - (char *)agflbp->b_addr; in xfs_alloc_put_freelist()
2585 xfs_trans_log_buf(tp, agflbp, startoff, in xfs_alloc_put_freelist()
2586 startoff + sizeof(xfs_agblock_t) - 1); in xfs_alloc_put_freelist()
Dxfs_rmap.c2157 xfs_fileoff_t startoff, in xfs_rmap_finish_one() argument
2177 startoff, blockcount, state); in xfs_rmap_finish_one()
2213 xfs_rmap_ino_owner(&oinfo, owner, whichfork, startoff); in xfs_rmap_finish_one()