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

  /src/sys/fs/nfs/client/
nfsnode.h 154 #define NREMOVEWANT 0x00004000 /* Want notification that remove is done */
nfs_clvnops.c 1060 np->n_flag |= NREMOVEWANT;
1562 dnp->n_flag |= NREMOVEWANT;
1736 if ((dnp->n_flag & NREMOVEWANT)) {
1737 dnp->n_flag &= ~(NREMOVEWANT | NREMOVEINPROG);

Completed in 68 milliseconds