Searched refs:STRUIO_POSTPONE (Results 1 – 3 of 3) sorted by relevance
168 #define STRUIO_POSTPONE 0x08 /* postpone copyin() for struio() */ macro
2626 flags |= stp->sd_struiowrq ? STRUIO_POSTPONE : 0; in strput()2628 if (!(flags & STRUIO_POSTPONE)) { in strput()
2932 if (flag & STRUIO_POSTPONE) { in strmakedata()