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

/freebsd-12-stable/sys/fs/nfsclient/
H A Dnfsnode.h148 #define NWRITEERR 0x00000008 /* Flag write errors so close will know */ macro
H A Dnfs_clbio.c916 if (np->n_flag & NWRITEERR) {
917 np->n_flag &= ~NWRITEERR;
1840 np->n_flag |= NWRITEERR;
H A Dnfs_clvnops.c843 if (np->n_flag & NWRITEERR) {
844 np->n_flag &= ~NWRITEERR;
3083 if (np->n_flag & NWRITEERR) {
3085 np->n_flag &= ~NWRITEERR;
/freebsd-12-stable/sys/nfsclient/
H A Dnfsnode.h150 #define NWRITEERR 0x0008 /* Flag write errors so close will know */ macro

Completed in 181 milliseconds