Searched defs:xarsiz (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c804 int xarsiz,
960 driver_block = lbtodb(bof + xarsiz
1126 int xarsiz; local
1151 /* xarsiz byte must be skipped for data */
1152 xarsiz = hp->hs_dirent.xar_len << fsp->hsfs_vol.lbn_shift;
1325 lbtodb(bof + xarsiz + offset_bytes + offset_extra);
1550 addr + PAGESIZE, hp, fsp, xarsiz, bof,
797 hsfs_getpage_ra( struct vnode *vp, u_offset_t off, struct seg *seg, caddr_t addr, struct hsnode *hp, struct hsfs *fsp, int xarsiz, offset_t bof, int chunk_lbn_count, int chunk_data_bytes) argument

Completed in 81 milliseconds