| /src/sys/fs/nfs/server/ |
| nfs_nfsdport.c | 733 int ioflags, error; local 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);
|
| /src/sys/nfs/ |
| nfs_serv.c | 862 int ioflags, aftat_ret = 1, retlen, zeroing, adjust; local 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 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/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| zfs_vnops.c | 5076 ioflags(int ioflags) function 5080 if (ioflags & IO_APPEND) 5082 if (ioflags & IO_NDELAY) 5084 if (ioflags & IO_SYNC) 5135 return (zfs_read(vp, ap->a_uio, ioflags(ap->a_ioflag), ap->a_cred, NULL)); 5159 error = zfs_write(vp, uio, ioflags(ap->a_ioflag), ap->a_cred, NULL);
|
| /src/sys/dev/ic/ |
| nvmereg.h | 197 uint16_t ioflags; member in struct:nvme_sqe_io
|