Searched refs:MS_NOSPLICE (Results 1 – 2 of 2) sorted by relevance
59 #define MS_NOSPLICE 0x1000 /* Don't splice fs instance into name space */ macro
1166 int splice = ((uap->flags & MS_NOSPLICE) == 0); in domount()