HomeSort by: relevance | last modified time | path
    Searched defs:spoff (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/miscfs/genfs/
genfs_io.c 1859 off_t spoff, epoff; local in function:genfs_do_directio
1898 spoff = trunc_page(off);
1901 error = VOP_PUTPAGES(vp, spoff, epoff, pgoflags);
genfs_io.c 1859 off_t spoff, epoff; local in function:genfs_do_directio
1898 spoff = trunc_page(off);
1901 error = VOP_PUTPAGES(vp, spoff, epoff, pgoflags);

Completed in 23 milliseconds