Searched refs:tmpfs_chmod (Results 1 – 3 of 3) sorted by relevance
272 int tmpfs_chmod(vnode_t *, mode_t, kauth_cred_t, lwp_t *);
1017 tmpfs_chmod(vnode_t *vp, mode_t mode, kauth_cred_t cred, lwp_t *l) in tmpfs_chmod() function
497 error = tmpfs_chmod(vp, vap->va_mode, cred, l); in tmpfs_setattr()