Searched refs:NDIRCOOKIELK (Results 1 – 2 of 2) sorted by relevance
125 while (np->n_flag & NDIRCOOKIELK) in ncl_dircookie_lock()127 np->n_flag |= NDIRCOOKIELK; in ncl_dircookie_lock()135 np->n_flag &= ~NDIRCOOKIELK; in ncl_dircookie_unlock()
139 #define NDIRCOOKIELK 0x00000001 /* Lock to serialize access to directory cookies */ macro