Home
last modified time | relevance | path

Searched refs:gotp (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/sys/gnu/fs/xfs/
Dxfs_bmap.c270 xfs_bmbt_irec_t *gotp, /* out: extent entry found */
2304 xfs_bmbt_irec_t *gotp, /* next extent pointer */ in xfs_bmap_extsize_align() argument
2335 (orig_off >= gotp->br_startoff) && in xfs_bmap_extsize_align()
2336 (orig_end <= gotp->br_startoff + gotp->br_blockcount)) { in xfs_bmap_extsize_align()
2379 if (!eof && gotp->br_startoff != NULLFILEOFF) { in xfs_bmap_extsize_align()
2380 if ((delay && gotp->br_startblock == HOLESTARTBLOCK) || in xfs_bmap_extsize_align()
2381 (!delay && gotp->br_startblock == DELAYSTARTBLOCK)) in xfs_bmap_extsize_align()
2382 nexto = gotp->br_startoff + gotp->br_blockcount; in xfs_bmap_extsize_align()
2384 nexto = gotp->br_startoff; in xfs_bmap_extsize_align()
2450 if (!eof && gotp->br_startoff != NULLFILEOFF) in xfs_bmap_extsize_align()
[all …]
Dxfs_bmap.h114 struct xfs_bmbt_irec *gotp; /* extent after, or delayed */ member
Dxfsidbg.c5066 a->gotp, xfs_fmtfsblock(a->firstblock, a->ip->i_mount), in xfsidbg_xbmalla()