Home
last modified time | relevance | path

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

/openbsd/sys/tmpfs/
H A Dtmpfs.h291 int tmpfs_chown(struct vnode *, uid_t, gid_t, struct ucred *, struct proc *);
H A Dtmpfs_subr.c1018 tmpfs_chown(struct vnode *vp, uid_t uid, gid_t gid, struct ucred *cred, struct proc *p) in tmpfs_chown() function
H A Dtmpfs_vnops.c513 error = tmpfs_chown(vp, vap->va_uid, vap->va_gid, cred, p); in tmpfs_setattr()