git: 6f357a211afe - stable/14 - VOP_ATTRIB.9: switch to Fa/Fc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 Sep 2024 13:03:38 UTC
The branch stable/14 has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=6f357a211afe937503f6cc289126a3a0cb3deda7
commit 6f357a211afe937503f6cc289126a3a0cb3deda7
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2024-09-20 07:24:26 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2024-09-23 13:03:06 +0000
VOP_ATTRIB.9: switch to Fa/Fc
(cherry picked from commit 66fcbd9556b0053253a945638ae360ffc9040c82)
---
share/man/man9/VOP_ATTRIB.9 | 22 ++++++++++++++++++----
1 file changed, 18 insertions(+), 4 deletions(-)
diff --git a/share/man/man9/VOP_ATTRIB.9 b/share/man/man9/VOP_ATTRIB.9
index a3bf2c0f8898..d7c55bd683d8 100644
--- a/share/man/man9/VOP_ATTRIB.9
+++ b/share/man/man9/VOP_ATTRIB.9
@@ -37,12 +37,26 @@
.In sys/param.h
.In sys/vnode.h
.Ft int
-.Fn VOP_GETATTR "struct vnode *vp" "struct vattr *vap" "struct ucred *cred"
+.Fo VOP_GETATTR
+.Fa struct vnode *vp
+.Fa flags
+.Fa struct vattr *vap
+.Fa struct ucred *cred
+.Fc
.Ft int
-.Fn VOP_SETATTR "struct vnode *vp" "struct vattr *vap" "struct ucred *cred"
+.Fo VOP_SETATTR
+.Fa struct vnode *vp
+.Fa struct vattr *vap
+.Fa struct ucred *cred
+.Fc
.Ft int
-.Fn VOP_STAT "struct vnode *vp" "struct stat *sb" "struct ucred *active_cred" \
-"struct ucred *file_cred"
+.Fo VOP_STAT
+.Fa struct vnode *vp
+.Fa struct stat *sb
+.Fa flags
+.Fa struct ucred *active_cred
+.Fa struct ucred *file_cred
+.Fc
.Sh DESCRIPTION
These entry points manipulate various attributes of a file or directory,
including file permissions, owner, group, size,