Home
last modified time | relevance | path

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

/minix3/sys/ufs/chfs/
H A Dchfs.h599 int chfs_chmod(struct vnode *, int, kauth_cred_t);
H A Dchfs_vnops.c500 error = chfs_chmod(vp, vap->va_mode, cred); in chfs_setattr()
530 chfs_chmod(struct vnode *vp, int mode, kauth_cred_t cred) in chfs_chmod() function