Lines Matching refs:sc_flags
174 int sc_flags; /* flags */ member
241 if ((flags & FWRITE) && (vn->sc_flags & VNF_READONLY)) { in vnopen()
507 if ((vn->sc_flags & VNF_INITED) == 0) { in vnread()
581 if ((vn->sc_flags & VNF_INITED) == 0) { in vnwrite()
585 if (vn->sc_flags & VNF_READONLY) { in vnwrite()
784 if ((vn->sc_flags & VNF_INITED) == 0) { in vnstrategy()
911 if ((vn->sc_flags & VNF_INITED) == 0) { in vnioctl()
1025 if (vn->sc_flags & VNF_INITED) { in vnioctl()
1186 vn->sc_flags |= VNF_INITED; in vniocattach_file()
1188 vn->sc_flags |= VNF_READONLY; in vniocattach_file()
1237 vn->sc_flags &= ~VNF_READONLY; /* we're now read/write */ in vniocattach_shadow()
1303 vn->sc_flags &= ~(VNF_INITED | VNF_READONLY); in vnclear()
1328 if ((vn->sc_flags & VNF_INITED) == 0) { in vnsize()