Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_trans_bmap.c49 xfs_fileoff_t startoff, in xfs_trans_log_finish_bmap_update() argument
56 error = xfs_bmap_finish_one(tp, ip, type, whichfork, startoff, in xfs_trans_log_finish_bmap_update()
Dxfs_trans_rmap.c87 xfs_fileoff_t startoff, in xfs_trans_log_finish_rmap_update() argument
95 error = xfs_rmap_finish_one(tp, type, owner, whichfork, startoff, in xfs_trans_log_finish_rmap_update()
Dxfs_trans.h255 uint64_t owner, int whichfork, xfs_fileoff_t startoff,
279 struct xfs_inode *ip, int whichfork, xfs_fileoff_t startoff,
Dxfs_trace.h218 __field(xfs_fileoff_t, startoff)
235 __entry->startoff = r.br_startoff;
249 __entry->startoff,
1219 __field(xfs_fileoff_t, startoff)
1230 __entry->startoff = irec ? irec->br_startoff : 0;
1242 __entry->startoff,
/linux-4.19.296/fs/ocfs2/
Dlocalalloc.c844 int numfound = 0, bitoff, left, startoff, lastzero; in ocfs2_local_alloc_find_clear_bits() local
881 numfound = bitoff = startoff = 0; in ocfs2_local_alloc_find_clear_bits()
884 while ((bitoff = ocfs2_find_next_zero_bit(bitmap, left, startoff)) != -1) { in ocfs2_local_alloc_find_clear_bits()
894 if (bitoff == startoff) { in ocfs2_local_alloc_find_clear_bits()
897 startoff++; in ocfs2_local_alloc_find_clear_bits()
901 startoff = bitoff+1; in ocfs2_local_alloc_find_clear_bits()
913 bitoff = startoff - numfound; in ocfs2_local_alloc_find_clear_bits()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_bmap.h257 xfs_fileoff_t startoff, xfs_fsblock_t startblock,
Dxfs_rmap.h203 uint64_t owner, int whichfork, xfs_fileoff_t startoff,
Dxfs_bmap.c5504 xfs_fileoff_t startoff; in xfs_bmse_can_merge() local
5506 startoff = got->br_startoff - shift; in xfs_bmse_can_merge()
5512 if ((left->br_startoff + left->br_blockcount != startoff) || in xfs_bmse_can_merge()
5613 xfs_fileoff_t startoff) in xfs_bmap_shift_update_extent() argument
5621 got->br_startoff = startoff; in xfs_bmap_shift_update_extent()
6086 xfs_fileoff_t startoff, in xfs_bmap_finish_one() argument
6098 ip->i_ino, whichfork, startoff, *blockcount, state); in xfs_bmap_finish_one()
6109 error = xfs_bmapi_remap(tp, ip, startoff, *blockcount, in xfs_bmap_finish_one()
6114 error = __xfs_bunmapi(tp, ip, startoff, blockcount, in xfs_bmap_finish_one()
Dxfs_alloc.c2534 int startoff; in xfs_alloc_put_freelist() local
2567 startoff = (char *)blockp - (char *)agflbp->b_addr; in xfs_alloc_put_freelist()
2572 xfs_trans_log_buf(tp, agflbp, startoff, in xfs_alloc_put_freelist()
2573 startoff + sizeof(xfs_agblock_t) - 1); in xfs_alloc_put_freelist()
Dxfs_rmap.c2165 xfs_fileoff_t startoff, in xfs_rmap_finish_one() argument
2185 startoff, blockcount, state); in xfs_rmap_finish_one()
2221 xfs_rmap_ino_owner(&oinfo, owner, whichfork, startoff); in xfs_rmap_finish_one()