Home | History | Annotate | Download | only in nfs

Lines Matching defs:ioflags

862 	int ioflags, aftat_ret = 1, retlen, zeroing, adjust;
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;
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);