Searched refs:usermount (Results 1 – 5 of 5) sorted by relevance
59 sysctl vfs.usermount=172 sysctl vfs.usermount=0
60 sysctl vfs.usermount=173 sysctl vfs.usermount=0
47 log_must sysctl vfs.usermount=0
49 log_must sysctl vfs.usermount=1
83 static int usermount = 0; variable84 SYSCTL_INT(_vfs, OID_AUTO, usermount, CTLFLAG_RW, &usermount, 0,1308 if (jailed(td->td_ucred) || usermount == 0) { in vfs_domount()1405 if (jailed(td->td_ucred) || usermount == 0) { in kern_unmount()