Searched refs:iooff (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_vnops.c | 92 u_offset_t iooff, cred_t *cr); 94 u_offset_t iooff, cred_t *cr); 1359 u_offset_t iooff; in cachefs_push() local 1381 pp = pvn_write_kluster(vp, pp, &iooff, &iolen, lbn_off, in cachefs_push() 1414 cp->c_modaddr + MAXBSIZE > iooff && in cachefs_push() 1415 cp->c_modaddr < iooff + iolen) { in cachefs_push() 1442 *offp = iooff; in cachefs_push() 1477 bp->b_lblkno = (diskaddr_t)lbtodb(iooff); in cachefs_push() 1487 error = cachefs_push_connected(vp, bp, iolen, iooff, cr); in cachefs_push() 1493 (void) cachefs_push_front(vp, bp, iolen, iooff, cr); in cachefs_push() [all …]
|