Home
last modified time | relevance | path

Searched refs:MS_NOSPLICE (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dmount.h59 #define MS_NOSPLICE 0x1000 /* Don't splice fs instance into name space */ macro
/titanic_41/usr/src/uts/common/fs/
H A Dvfs.c1183 int splice = ((uap->flags & MS_NOSPLICE) == 0); in domount()