Searched refs:i_lastr (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_node.h131 daddr_t i_lastr; /* last read (read ahead) */ member in struct:iso_node
H A Dcd9660_vnops.c265 if (ip->i_lastr + 1 == lbn &&
273 ip->i_lastr = lbn;
933 * XXX Should this code be using buf_breadn and ip->i_lastr to support single-block
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Dinode.h117 daddr_t i_lastr; /* last read... read-ahead */ member in struct:inode
H A Dufs_readwrite.c150 else if (lbn - 1 == ip->i_lastr && !(vp->v_flag & VRAOFF)) {
158 ip->i_lastr = lbn;

Completed in 37 milliseconds