Searched refs:tmpfs_chown (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/tmpfs/ |
H A D | tmpfs.h | 291 int tmpfs_chown(struct vnode *, uid_t, gid_t, struct ucred *, struct proc *);
|
H A D | tmpfs_subr.c | 1018 tmpfs_chown(struct vnode *vp, uid_t uid, gid_t gid, struct ucred *cred, struct proc *p) in tmpfs_chown() function
|
H A D | tmpfs_vnops.c | 513 error = tmpfs_chown(vp, vap->va_uid, vap->va_gid, cred, p); in tmpfs_setattr()
|