Searched refs:NWRITEERR (Results 1 – 4 of 4) sorted by relevance
122 #define NWRITEERR 0x0008 /* Flag write errors so close will know */ macro
266 if (np->n_flag & NWRITEERR) { in nfs_write()267 np->n_flag &= ~NWRITEERR; in nfs_write()676 np->n_flag |= NWRITEERR; in nfs_doio()
526 if (np->n_flag & NWRITEERR) { in nfs_close()527 np->n_flag &= ~NWRITEERR; in nfs_close()3204 if (np->n_flag & NWRITEERR) { in nfs_flush()3206 np->n_flag &= ~NWRITEERR; in nfs_flush()
651 if (flag & NWRITEERR) in nfs_print()