Home
last modified time | relevance | path

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

/freebsd/sys/fs/ext2fs/
H A Dext2_vnops.c105 static int ext2_chmod(struct vnode *, int, struct ucred *, struct thread *);
512 error = ext2_chmod(vp, (int)vap->va_mode, cred, td); in ext2_setattr()
522 ext2_chmod(struct vnode *vp, int mode, struct ucred *cred, struct thread *td) in ext2_chmod() function