Searched refs:PRIV_VFS_MOUNT_PERM (Results 1 - 9 of 9) sorted by path

/freebsd-11-stable/sys/fs/cd9660/
H A Dcd9660_vfsops.c179 error = priv_check(td, PRIV_VFS_MOUNT_PERM);
/freebsd-11-stable/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c307 error = priv_check(td, PRIV_VFS_MOUNT_PERM);
357 error = priv_check(td, PRIV_VFS_MOUNT_PERM);
/freebsd-11-stable/sys/fs/nandfs/
H A Dnandfs_vfsops.c1259 error = priv_check(td, PRIV_VFS_MOUNT_PERM);
1320 error = priv_check(curthread, PRIV_VFS_MOUNT_PERM);
/freebsd-11-stable/sys/security/mac_biba/
H A Dmac_biba.c2028 case PRIV_VFS_MOUNT_PERM:
/freebsd-11-stable/sys/security/mac_lomac/
H A Dmac_lomac.c1796 case PRIV_VFS_MOUNT_PERM:
/freebsd-11-stable/sys/sys/
H A Dpriv.h275 #define PRIV_VFS_MOUNT_PERM 336 /* Override dev node perms at mount. */ macro
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_vfsops.c182 error = priv_check(td, PRIV_VFS_MOUNT_PERM);
247 error = priv_check(td, PRIV_VFS_MOUNT_PERM);
/freebsd-11-stable/sys/fs/udf/
H A Dudf_vfsops.c242 error = priv_check(td, PRIV_VFS_MOUNT_PERM);
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_vfsops.c333 error = priv_check(td, PRIV_VFS_MOUNT_PERM);
513 error = priv_check(td, PRIV_VFS_MOUNT_PERM);

Completed in 313 milliseconds