Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dmount.h40 #define M_REMOUNT 0x10 /* change options on an existing mount */ macro
/titanic_41/usr/src/lib/libbc/libc/sys/4.2/
H A Dmount.c114 case M_REMOUNT: nflags |= MS_REMOUNT; in mount()