Home
last modified time | relevance | path

Searched refs:NWRITEERR (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/nfs/
H A Dnfsnode.h122 #define NWRITEERR 0x0008 /* Flag write errors so close will know */ macro
H A Dnfs_bio.c266 if (np->n_flag & NWRITEERR) { in nfs_write()
267 np->n_flag &= ~NWRITEERR; in nfs_write()
676 np->n_flag |= NWRITEERR; in nfs_doio()
H A Dnfs_vnops.c526 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()
/openbsd/usr.sbin/pstat/
H A Dpstat.c651 if (flag & NWRITEERR) in nfs_print()