/src/share/examples/puffs/pgfs/ |
pgfs_puffs.c | 463 const struct puffs_cred *pcr, int ioflags) 472 if ((ioflags & PUFFS_IO_APPEND) != 0) { 489 if ((ioflags & PUFFS_IO_APPEND) != 0) { 507 if ((ioflags & PUFFS_IO_APPEND) == 0) { 538 const struct puffs_cred *pcr, int ioflags)
|
/src/sys/dev/ic/ |
igsfb_subr.c | 75 igsfb_enable(bus_space_tag_t iot, bus_addr_t iobase, int ioflags) 82 ret = bus_space_map(iot, iobase + IGS_VDO, 1, ioflags, &vdoh); 88 ret = bus_space_map(iot, iobase + IGS_VSE, 1, ioflags, &vseh); 94 ret = bus_space_map(iot, iobase + IGS_REG_BASE, IGS_REG_SIZE, ioflags,
|
nvmereg.h | 197 uint16_t ioflags; member in struct:nvme_sqe_io
|
nvme.c | 850 htolem16(&sqe->ioflags, NVM_SQE_IO_FUA);
|
/src/sys/nfs/ |
nfs_serv.c | 862 int ioflags, aftat_ret = 1, retlen, zeroing, adjust; local in function:nfsrv_write 975 ioflags = IO_NODELOCKED; 977 ioflags = (IO_SYNC | IO_NODELOCKED); 979 ioflags = (IO_METASYNC | IO_SYNC | IO_NODELOCKED); 984 error = VOP_WRITE(vp, uiop, ioflags, cred); 1077 int ioflags, aftat_ret = 1, adjust, v3, zeroing; local in function:nfsrv_writegather 1246 ioflags = IO_NODELOCKED; 1248 ioflags = (IO_SYNC | IO_NODELOCKED); 1250 ioflags = (IO_METASYNC | IO_SYNC | IO_NODELOCKED); 1276 error = VOP_WRITE(vp, uiop, ioflags, cred) [all...] |
/src/sys/fs/nfs/server/ |
nfs_nfsdport.c | 733 int ioflags, error; local in function:nfsvno_write 761 ioflags = IO_NODELOCKED; 763 ioflags = (IO_SYNC | IO_NODELOCKED); 770 ioflags |= nh->nh_seqcount << IO_SEQSHIFT; 773 error = VOP_WRITE(vp, uiop, ioflags, cred);
|