vnode_if.src (a638dc4ebc8eaa90a87ee053b7104ee4511f4491) | vnode_if.src (2b68eb8e1dbbdaf6a0df1c83b26f5403ca52d4c3) |
---|---|
1#- 2# Copyright (c) 1992, 1993 3# The Regents of the University of California. All rights reserved. 4# 5# Redistribution and use in source and binary forms, with or without 6# modification, are permitted provided that the following conditions 7# are met: 8# 1. Redistributions of source code must retain the above copyright --- 179 unchanged lines hidden (view full) --- 188 189%% stat vp L L L 190 191vop_stat { 192 IN struct vnode *vp; 193 OUT struct stat *sb; 194 IN struct ucred *active_cred; 195 IN struct ucred *file_cred; | 1#- 2# Copyright (c) 1992, 1993 3# The Regents of the University of California. All rights reserved. 4# 5# Redistribution and use in source and binary forms, with or without 6# modification, are permitted provided that the following conditions 7# are met: 8# 1. Redistributions of source code must retain the above copyright --- 179 unchanged lines hidden (view full) --- 188 189%% stat vp L L L 190 191vop_stat { 192 IN struct vnode *vp; 193 OUT struct stat *sb; 194 IN struct ucred *active_cred; 195 IN struct ucred *file_cred; |
196 IN struct thread *td; | |
197}; 198 199 200%% getattr vp L L L 201 202vop_getattr { 203 IN struct vnode *vp; 204 OUT struct vattr *vap; --- 635 unchanged lines hidden --- | 196}; 197 198 199%% getattr vp L L L 200 201vop_getattr { 202 IN struct vnode *vp; 203 OUT struct vattr *vap; --- 635 unchanged lines hidden --- |