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

/freebsd-12-stable/sys/fs/nfsclient/
H A Dnfsnode.h159 #define NREMOVEWANT 0x00004000 /* Want notification that remove is done */ macro
H A Dnfs_clvnops.c1131 np->n_flag |= NREMOVEWANT;
1634 dnp->n_flag |= NREMOVEWANT;
1813 if ((dnp->n_flag & NREMOVEWANT)) {
1814 dnp->n_flag &= ~(NREMOVEWANT | NREMOVEINPROG);

Completed in 160 milliseconds