OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:a_ioflag
(Results
1 - 25
of
30
) sorted by relevancy
1
2
/src/sys/ufs/ext2fs/
ext2fs_readwrite.c
99
int
a_ioflag
;
121
return ext2fs_bufrd(vp, uio, ap->
a_ioflag
, ap->a_cred);
131
advice = IO_ADV_DECODE(ap->
a_ioflag
);
145
error = ext2fs_post_read_update(vp, ap->
a_ioflag
, error);
262
int
a_ioflag
;
278
ioflag = ap->
a_ioflag
;
/src/sys/ufs/lfs/
ulfs_readwrite.c
63
int
a_ioflag
;
77
ioflag = ap->
a_ioflag
;
99
advice = IO_ADV_DECODE(ap->
a_ioflag
);
114
error = ulfs_post_read_update(vp, ap->
a_ioflag
, error);
231
int
a_ioflag
;
246
ioflag = ap->
a_ioflag
;
/src/sys/ufs/ufs/
ufs_readwrite.c
67
int
a_ioflag
;
81
ioflag = ap->
a_ioflag
;
102
advice = IO_ADV_DECODE(ap->
a_ioflag
);
117
error = ufs_post_read_update(vp, ap->
a_ioflag
, error);
239
int
a_ioflag
;
256
ioflag = ap->
a_ioflag
;
/src/sys/miscfs/fifofs/
fifo_vnops.c
253
int
a_ioflag
;
271
sflags = (ap->
a_ioflag
& IO_NDELAY) ? MSG_NBIO : 0;
278
if (ap->
a_ioflag
& IO_NDELAY) {
297
int
a_ioflag
;
309
sflags = (ap->
a_ioflag
& IO_NDELAY) ? MSG_NBIO : 0;
/src/sys/sys/
vnode_if.h
171
int
a_ioflag
;
member in struct:vop_read_args
182
int
a_ioflag
;
member in struct:vop_write_args
/src/sys/miscfs/fdesc/
fdesc_vnops.c
700
int
a_ioflag
;
709
error = cdev_read(devctty, ap->a_uio, ap->
a_ioflag
);
727
int
a_ioflag
;
736
error = cdev_write(devctty, ap->a_uio, ap->
a_ioflag
);
/src/sys/fs/nilfs/
nilfs_vnops.c
134
int
a_ioflag
;
139
int ioflag = ap->
a_ioflag
;
140
int advice = IO_ADV_DECODE(ap->
a_ioflag
);
205
int
a_ioflag
;
210
int ioflag = ap->
a_ioflag
;
211
int advice = IO_ADV_DECODE(ap->
a_ioflag
);
/src/sys/fs/sysvbfs/
sysvbfs_vnops.c
424
int
a_ioflag
;
433
const int advice = IO_ADV_DECODE(a->
a_ioflag
);
470
int
a_ioflag
;
475
int advice = IO_ADV_DECODE(a->
a_ioflag
);
483
if (a->
a_ioflag
& IO_APPEND)
/src/sys/fs/v7fs/
v7fs_vnops.c
580
int
a_ioflag
;
588
const int advice = IO_ADV_DECODE(a->
a_ioflag
);
615
int
a_ioflag
;
620
int advice = IO_ADV_DECODE(a->
a_ioflag
);
635
if (a->
a_ioflag
& IO_APPEND)
/src/sys/fs/msdosfs/
msdosfs_vnops.c
447
int
a_ioflag
;
475
const int advice = IO_ADV_DECODE(ap->
a_ioflag
);
526
if ((ap->
a_ioflag
& IO_SYNC) == IO_SYNC) {
546
int
a_ioflag
;
551
int ioflag = ap->
a_ioflag
;
/src/sys/fs/filecorefs/
filecore_vnops.c
199
int
a_ioflag
;
222
const int advice = IO_ADV_DECODE(ap->
a_ioflag
);
/src/sys/ufs/chfs/
chfs_vnops.c
618
int
a_ioflag
;
640
ioflag = ap->
a_ioflag
;
667
const int advice = IO_ADV_DECODE(ap->
a_ioflag
);
740
if ((ap->
a_ioflag
& IO_SYNC) == IO_SYNC) {
763
int
a_ioflag
;
781
ioflag = ap->
a_ioflag
;
/src/sys/fs/udf/
udf_vnops.c
187
int
a_ioflag
;
192
int ioflag = ap->
a_ioflag
;
193
int advice = IO_ADV_DECODE(ap->
a_ioflag
);
281
int
a_ioflag
;
286
int ioflag = ap->
a_ioflag
;
288
int advice = IO_ADV_DECODE(ap->
a_ioflag
);
/src/sys/fs/ptyfs/
ptyfs_vnops.c
797
int
a_ioflag
;
817
error = cdev_read(vp->v_rdev, ap->a_uio, ap->
a_ioflag
);
831
int
a_ioflag
;
847
error = cdev_write(vp->v_rdev, ap->a_uio, ap->
a_ioflag
);
/src/sys/rump/librump/rumpvfs/
rumpfs.c
1397
int ioflags
a_ioflag
;
1403
const int advice = IO_ADV_DECODE(ap->
a_ioflag
);
1468
int ioflags
a_ioflag
;
1474
const int advice = IO_ADV_DECODE(ap->
a_ioflag
);
1485
if (ap->
a_ioflag
& IO_APPEND)
/src/sys/fs/union/
union_vnops.c
989
int
a_ioflag
;
998
error = VOP_READ(vp, ap->a_uio, ap->
a_ioflag
, ap->a_cred);
1037
int
a_ioflag
;
1049
error = VOP_WRITE(vp, ap->a_uio, ap->
a_ioflag
,
1057
error = VOP_WRITE(vp, ap->a_uio, ap->
a_ioflag
, ap->a_cred);
/src/sys/fs/adosfs/
advnops.c
196
int
a_ioflag
;
241
const int advice = IO_ADV_DECODE(sp->
a_ioflag
);
329
int
a_ioflag
;
/src/sys/fs/tmpfs/
tmpfs_vnops.c
516
int
a_ioflag
;
521
const int ioflag = ap->
a_ioflag
;
570
int
a_ioflag
;
575
const int ioflag = ap->
a_ioflag
;
/src/sys/miscfs/specfs/
spec_vnops.c
1079
int
a_ioflag
;
1127
error = cdev_read(dev, uio, ap->
a_ioflag
);
1201
int
a_ioflag
;
1242
error = cdev_write(dev, uio, ap->
a_ioflag
);
/src/sys/fs/puffs/
puffs_vnops.c
2212
int
a_ioflag
;
2244
const int advice = IO_ADV_DECODE(ap->
a_ioflag
);
2279
RWARGS(read_msg, ap->
a_ioflag
, tomove,
2329
int
a_ioflag
;
2358
if (ap->
a_ioflag
& IO_APPEND)
2417
if (error == 0 && ap->
a_ioflag
& IO_SYNC) {
2439
RWARGS(write_msg, ap->
a_ioflag
, tomove,
3375
int
a_ioflag
;
3390
int
a_ioflag
;
3405
int
a_ioflag
;
[
all
...]
/src/sys/fs/unionfs/
unionfs_vnops.c
817
error = VOP_READ(tvp, ap->a_uio, ap->
a_ioflag
, ap->a_cred);
837
error = VOP_WRITE(tvp, ap->a_uio, ap->
a_ioflag
, ap->a_cred);
/src/sys/coda/
coda_vnops.c
379
ap->
a_ioflag
, ap->a_cred, curlwp));
389
ap->
a_ioflag
, ap->a_cred, curlwp));
/src/sys/fs/efs/
efs_vnops.c
241
int
a_ioflag
;
251
const int advice = IO_ADV_DECODE(ap->
a_ioflag
);
/src/sys/fs/hfs/
hfs_vnops.c
801
int
a_ioflag
;
819
advice = IO_ADV_DECODE(ap->
a_ioflag
);
/src/sys/fs/cd9660/
cd9660_vnops.c
226
int
a_ioflag
;
249
const int advice = IO_ADV_DECODE(ap->
a_ioflag
);
Completed in 53 milliseconds
1
2
Indexes created Sun Oct 12 22:09:51 GMT 2025