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