Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmount.h59 #define MS_NOSPLICE 0x1000 /* Don't splice fs instance into name space */ macro
/illumos-gate/usr/src/cmd/fs.d/smbclnt/fksmbcl/
H A Dfksmbcl_main.c362 ma.flags = MS_DATA | MS_OPTIONSTR | MS_NOSPLICE | MS_NOSUID; in do_mount()
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c1109 int splice = ((uap->flags & MS_NOSPLICE) == 0); in domount()