ext2fs_vnops.c | 101 static int ext2fs_chmod(struct vnode *, int, kauth_cred_t, struct lwp *); 433 error = ext2fs_chmod(vp, (int)vap->va_mode, cred, l); 443 ext2fs_chmod(struct vnode *vp, int mode, kauth_cred_t cred, struct lwp *l) function in typeref:typename:int
|