Searched refs:NREMOVEWANT (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/fs/nfsclient/
H A Dnfsnode.h155 #define NREMOVEWANT 0x00004000 /* Want notification that remove is done */ macro
H A Dnfs_clvnops.c1063 np->n_flag |= NREMOVEWANT;
1565 dnp->n_flag |= NREMOVEWANT;
1739 if ((dnp->n_flag & NREMOVEWANT)) {
1740 dnp->n_flag &= ~(NREMOVEWANT | NREMOVEINPROG);

Completed in 371 milliseconds