Home
last modified time | relevance | path

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

/freebsd/sys/fs/tmpfs/
H A Dtmpfs.h500 int tmpfs_chown(struct vnode *, uid_t, gid_t, struct ucred *,
H A Dtmpfs_vnops.c576 error = tmpfs_chown(vp, vap->va_uid, vap->va_gid, cred, td); in tmpfs_setattr()
H A Dtmpfs_subr.c2150 tmpfs_chown(struct vnode *vp, uid_t uid, gid_t gid, struct ucred *cred, in tmpfs_chown() function