Home
last modified time | relevance | path

Searched refs:lastoffset (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_vnodeops.c4231 xfs_off_t lastoffset; in xfs_zero_remaining_bytes() local
4242 for (offset = startoff; offset <= endoff; offset = lastoffset + 1) { in xfs_zero_remaining_bytes()
4251 lastoffset = XFS_FSB_TO_B(mp, imap.br_startoff + 1) - 1; in xfs_zero_remaining_bytes()
4252 if (lastoffset > endoff) in xfs_zero_remaining_bytes()
4253 lastoffset = endoff; in xfs_zero_remaining_bytes()
4271 0, lastoffset - offset + 1); in xfs_zero_remaining_bytes()
Dxfs_dir_leaf.c2035 xfs_dircook_t lastoffset; in xfs_dir_leaf_getdents_int() local
2125 XFS_PUT_COOKIE(lastoffset, mp, bno, entno, thishash); in xfs_dir_leaf_getdents_int()
2134 XFS_PUT_COOKIE(lastoffset, mp, bno, entno, thishash); in xfs_dir_leaf_getdents_int()
2153 uio->uio_offset = lastoffset.o; in xfs_dir_leaf_getdents_int()