HomeSort by: relevance | last modified time | path
    Searched refs:NWRITEERR (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/fs/nfs/client/
nfsnode.h 143 #define NWRITEERR 0x00000008 /* Flag write errors so close will know */
nfs_clbio.c 865 if (np->n_flag & NWRITEERR) {
866 np->n_flag &= ~NWRITEERR;
1792 np->n_flag |= NWRITEERR;
nfs_clvnops.c 754 if (np->n_flag & NWRITEERR) {
755 np->n_flag &= ~NWRITEERR;
2955 if (np->n_flag & NWRITEERR) {
2957 np->n_flag &= ~NWRITEERR;
  /src/sys/nfs/
nfsnode.h 188 #define NWRITEERR 0x0008 /* Flag write errors so close will know */
nfs_bio.c 465 if (np->n_flag & NWRITEERR) {
466 np->n_flag &= ~NWRITEERR;
662 np->n_flag |= NWRITEERR;
1077 np->n_flag |= NWRITEERR;
1141 np->n_flag |= NWRITEERR;
nfs_vnops.c 499 if (np->n_flag & NWRITEERR) {
500 np->n_flag &= ~NWRITEERR;
3133 if (np->n_flag & NWRITEERR) {
3135 np->n_flag &= ~NWRITEERR;
  /src/usr.sbin/pstat/
pstat.c 561 { NWRITEERR, 'E' },

Completed in 47 milliseconds