Searched refs:tmpfs_chmod (Results 1 – 3 of 3) sorted by relevance
446 int tmpfs_chmod(struct vnode *, mode_t, struct ucred *, struct thread *);
450 error = tmpfs_chmod(vp, vap->va_mode, cred, td); in tmpfs_setattr()
1574 tmpfs_chmod(struct vnode *vp, mode_t mode, struct ucred *cred, struct thread *p) in tmpfs_chmod() function