getvfsbyname.3 (348238dbd42306d9fb5d89ab393b840572cfeb0f) | getvfsbyname.3 (284001a222ae071c063920aa1c1b6477f168002d) |
---|---|
1.\" Copyright (c) 1995 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 14 unchanged lines hidden (view full) --- 23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 26.\" SUCH DAMAGE. 27.\" 28.\" @(#)kvm_getvfsbyname.3 8.3 (Berkeley) 5/4/95 29.\" $FreeBSD$ 30.\" | 1.\" Copyright (c) 1995 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 14 unchanged lines hidden (view full) --- 23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 26.\" SUCH DAMAGE. 27.\" 28.\" @(#)kvm_getvfsbyname.3 8.3 (Berkeley) 5/4/95 29.\" $FreeBSD$ 30.\" |
31.Dd August 30, 2016 | 31.Dd August 16, 2018 |
32.Dt GETVFSBYNAME 3 33.Os 34.Sh NAME 35.Nm getvfsbyname 36.Nd get information about a file system 37.Sh LIBRARY 38.Lb libc 39.Sh SYNOPSIS --- 38 unchanged lines hidden (view full) --- 78.It Dv VFCF_SYNTHETIC 79data does not represent real files 80.It Dv VFCF_LOOPBACK 81aliases some other mounted FS 82.It Dv VFCF_UNICODE 83stores file names as Unicode 84.It Dv VFCF_JAIL 85can be mounted from within a jail if | 32.Dt GETVFSBYNAME 3 33.Os 34.Sh NAME 35.Nm getvfsbyname 36.Nd get information about a file system 37.Sh LIBRARY 38.Lb libc 39.Sh SYNOPSIS --- 38 unchanged lines hidden (view full) --- 78.It Dv VFCF_SYNTHETIC 79data does not represent real files 80.It Dv VFCF_LOOPBACK 81aliases some other mounted FS 82.It Dv VFCF_UNICODE 83stores file names as Unicode 84.It Dv VFCF_JAIL 85can be mounted from within a jail if |
86.Va security.jail.mount_allowed 87sysctl is set to 88.Dv 1 | 86.Va allow.mount 87and 88.Va allow.mount.<vfc_name> 89jail parameters are set |
89.It Dv VFCF_DELEGADMIN 90supports delegated administration if 91.Va vfs.usermount 92sysctl is set to 93.Dv 1 94.El 95.Sh RETURN VALUES 96.Rv -std getvfsbyname --- 21 unchanged lines hidden --- | 90.It Dv VFCF_DELEGADMIN 91supports delegated administration if 92.Va vfs.usermount 93sysctl is set to 94.Dv 1 95.El 96.Sh RETURN VALUES 97.Rv -std getvfsbyname --- 21 unchanged lines hidden --- |