Searched refs:startoff (Results 1 – 9 of 9) sorted by relevance
/fs/ocfs2/ |
D | localalloc.c | 829 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/ |
D | xfs_bmap_item.c | 216 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()
|
D | xfs_rmap_item.c | 281 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()
|
D | xfs_trace.h | 223 __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/ |
D | xfs_rmap.h | 180 uint64_t owner, int whichfork, xfs_fileoff_t startoff,
|
D | xfs_bmap.h | 269 xfs_fileoff_t startoff, xfs_fsblock_t startblock,
|
D | xfs_bmap.c | 5556 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()
|
D | xfs_alloc.c | 2547 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()
|
D | xfs_rmap.c | 2157 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()
|