getvfsbyname.3 (1da7386d3486e095a16711c482a135787ff6aee4) | getvfsbyname.3 (1d104f9fbd14f5b49b90b3246b7fce065a1347b7) |
---|---|
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. --- 37 unchanged lines hidden (view full) --- 46The 47.Fn getvfsbyname 48function provides access to information about a 49filesystem module that is configured in the kernel. 50If successful, 51the requested filesystem 52.Fa vfsconf 53is returned in the location pointed to by | 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. --- 37 unchanged lines hidden (view full) --- 46The 47.Fn getvfsbyname 48function provides access to information about a 49filesystem module that is configured in the kernel. 50If successful, 51the requested filesystem 52.Fa vfsconf 53is returned in the location pointed to by |
54.Nm vfc . | 54.Fa vfc . |
55The fields in a 56.Dq Li struct vfsconf 57are defined as follows: 58.Pp 59.Bl -tag -compact -width vfc_refcount 60.It vfc_name 61the name of the filesystem 62.It vfc_typenum --- 25 unchanged lines hidden (view full) --- 88.Sh SEE ALSO 89.Xr sysctl 1 , 90.Xr mount 2 , 91.Xr sysctl 3 , 92.Xr mount 8 93.Sh HISTORY 94A variant of the 95.Fn getvfsbyname | 55The fields in a 56.Dq Li struct vfsconf 57are defined as follows: 58.Pp 59.Bl -tag -compact -width vfc_refcount 60.It vfc_name 61the name of the filesystem 62.It vfc_typenum --- 25 unchanged lines hidden (view full) --- 88.Sh SEE ALSO 89.Xr sysctl 1 , 90.Xr mount 2 , 91.Xr sysctl 3 , 92.Xr mount 8 93.Sh HISTORY 94A variant of the 95.Fn getvfsbyname |
96function first appeared in FreeBSD 2.0. | 96function first appeared in 97.Fx 2.0 . |