OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:a_offhi
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/ufs/ffs/
ffs_vnops.c
245
off_t
a_offhi
;
297
off_t
a_offhi
;
311
if ((ap->a_offlo == 0 && ap->
a_offhi
== 0) || (vp->v_type != VREG)) {
317
blk_high = ap->
a_offhi
/ bsize;
318
if (ap->
a_offhi
% bsize != 0)
327
round_page(ap->
a_offhi
), PGO_CLEANIT |
/src/sys/ufs/lfs/
lfs_pages.c
420
voff_t
a_offhi
;
511
if (ap->
a_offhi
> 0 && ap->
a_offhi
<= ap->a_offlo) {
522
origendoffset = ap->
a_offhi
;
531
origendoffset = round_page(ap->
a_offhi
);
545
ap->
a_offhi
= endoffset;
lfs_vnops.c
434
round_page(ap->
a_offhi
),
2484
voff_t
a_offhi
;
/src/sys/sys/
vnode_if.h
276
off_t
a_offhi
;
member in struct:vop_fsync_args
519
voff_t
a_offhi
;
member in struct:vop_putpages_args
/src/sys/fs/unionfs/
unionfs_vnops.c
910
return (VOP_FSYNC(ovp, ap->a_cred, ap->a_flags, ap->a_offlo, ap->
a_offhi
));
1810
voff_t
a_offhi
;
1826
return VOP_PUTPAGES(tvp, ap->a_offlo, ap->
a_offhi
, ap->a_flags);
/src/sys/kern/
vnode_if.c
1139
a.
a_offhi
= offhi;
1977
a.
a_offhi
= offhi;
/src/sys/fs/tmpfs/
tmpfs_vnops.c
670
off_t
a_offhi
;
1285
voff_t
a_offhi
;
1290
const voff_t offhi = ap->
a_offhi
;
/src/sys/miscfs/genfs/
genfs_io.c
854
voff_t
a_offhi
;
858
return genfs_do_putpages(ap->a_vp, ap->a_offlo, ap->
a_offhi
,
/src/sys/fs/union/
union_vnops.c
1173
ap->a_offlo, ap->
a_offhi
);
1930
voff_t
a_offhi
;
/src/sys/fs/puffs/
puffs_vnops.c
1670
off_t
a_offhi
;
1695
error = flushvncache(vp, ap->a_offlo, ap->
a_offhi
,
1732
fsync_msg->pvnr_offhi = ap->
a_offhi
;
Completed in 23 milliseconds
Indexes created Fri Oct 31 11:10:07 GMT 2025