Searched refs:NREFPARENT (Results 1 – 2 of 2) sorted by relevance
209 np->n_flag |= NREFPARENT; in smbfs_node_alloc()217 if (np->n_parent != NULL && (np->n_flag & NREFPARENT) != 0) in smbfs_node_alloc()273 dvp = (np->n_parent && (np->n_flag & NREFPARENT)) ? in smbfs_reclaim()
38 #define NREFPARENT 0x0010 /* node holds parent from recycling */ macro