Home
last modified time | relevance | path

Searched refs:ext2fs_chmod (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/ufs/ext2fs/
Dext2fs_vnops.c101 static int ext2fs_chmod(struct vnode *, int, kauth_cred_t, struct lwp *);
433 error = ext2fs_chmod(vp, (int)vap->va_mode, cred, l); in ext2fs_setattr()
443 ext2fs_chmod(struct vnode *vp, int mode, kauth_cred_t cred, struct lwp *l) in ext2fs_chmod() function