Searched refs:bvn_size (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dbootfs_impl.h43 uint64_t bvn_size; /* Size of the file */ member in struct:bootfs_node
/illumos-gate/usr/src/uts/common/fs/bootfs/
H A Dbootfs_vnops.c75 if (uiop->uio_loffset >= bnp->bvn_size)
90 frem = bnp->bvn_size - offset;
356 return ((*noffp < 0 || *noffp > bnp->bvn_size ? EINVAL : 0));
424 if (off + len > bnp->bvn_size + PAGEOFFSET)
H A Dbootfs_construct.c198 bnp->bvn_size = size;

Completed in 301 milliseconds