HomeSort by: relevance | last modified time | path
    Searched defs:wcred (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/nfs/client/
nfs_clvnops.c 2649 struct ucred* wcred = NULL; local in function:ncl_flush
2741 if (wcred == NULL)
2742 wcred = bp->b_wcred;
2743 else if (wcred != bp->b_wcred)
2744 wcred = NOCRED;
2776 * If all bufs are using the same wcred, then use that with
2780 if (wcred != NOCRED)
2782 wcred, td);
2971 wcred = NULL;
nfs_clvnops.c 2649 struct ucred* wcred = NULL; local in function:ncl_flush
2741 if (wcred == NULL)
2742 wcred = bp->b_wcred;
2743 else if (wcred != bp->b_wcred)
2744 wcred = NOCRED;
2776 * If all bufs are using the same wcred, then use that with
2780 if (wcred != NOCRED)
2782 wcred, td);
2971 wcred = NULL;
nfs_clvnops.c 2649 struct ucred* wcred = NULL; local in function:ncl_flush
2741 if (wcred == NULL)
2742 wcred = bp->b_wcred;
2743 else if (wcred != bp->b_wcred)
2744 wcred = NOCRED;
2776 * If all bufs are using the same wcred, then use that with
2780 if (wcred != NOCRED)
2782 wcred, td);
2971 wcred = NULL;

Completed in 42 milliseconds