| /src/sys/fs/tmpfs/ |
| tmpfs_vnops.c | 1290 const voff_t offhi = ap->a_offhi; local 1307 error = (*uobj->pgops->pgo_put)(uobj, offlo, offhi, flags);
|
| tmpfs_vnops.c | 1290 const voff_t offhi = ap->a_offhi; local 1307 error = (*uobj->pgops->pgo_put)(uobj, offlo, offhi, flags);
|
| /src/sys/fs/puffs/ |
| puffs_msgif.c | 877 voff_t offlo, offhi; local 938 offhi = round_page(pf->pf_end); 939 if (offhi != 0 && offlo >= offhi) { 945 rv = VOP_PUTPAGES(vp, offlo, offhi, flags);
|
| puffs_msgif.c | 877 voff_t offlo, offhi; local 938 offhi = round_page(pf->pf_end); 939 if (offhi != 0 && offlo >= offhi) { 945 rv = VOP_PUTPAGES(vp, offlo, offhi, flags);
|
| /src/sys/compat/linux32/arch/aarch64/ |
| linux32_syscallargs.h | 899 syscallarg(uint32_t) offhi; member in struct:linux32_sys_fadvise64_64_args
|
| linux32_syscallargs.h | 899 syscallarg(uint32_t) offhi; member in struct:linux32_sys_fadvise64_64_args
|
| /src/sys/compat/linux32/arch/amd64/ |
| linux32_syscallargs.h | 841 syscallarg(uint32_t) offhi; member in struct:linux32_sys_fadvise64_args 934 syscallarg(uint32_t) offhi; member in struct:linux32_sys_fadvise64_64_args
|
| linux32_syscallargs.h | 841 syscallarg(uint32_t) offhi; member in struct:linux32_sys_fadvise64_args 934 syscallarg(uint32_t) offhi; member in struct:linux32_sys_fadvise64_64_args
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| zfs_vnops.c | 6259 voff_t offhi = ap->a_offhi; local 6275 ASSERT((offlo & PAGE_MASK) == 0 && (offhi & PAGE_MASK) == 0); 6276 ASSERT(offlo < offhi || offhi == 0); 6277 if (offhi == 0) 6280 len = offhi - offlo;
|
| zfs_vnops.c | 6259 voff_t offhi = ap->a_offhi; local 6275 ASSERT((offlo & PAGE_MASK) == 0 && (offhi & PAGE_MASK) == 0); 6276 ASSERT(offlo < offhi || offhi == 0); 6277 if (offhi == 0) 6280 len = offhi - offlo;
|