Home
last modified time | relevance | path

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

/openbsd/sys/tmpfs/
H A Dtmpfs.h289 int tmpfs_chflags(struct vnode *, int, struct ucred *, struct proc *);
H A Dtmpfs_subr.c942 tmpfs_chflags(struct vnode *vp, int flags, struct ucred *cred, struct proc *p) in tmpfs_chflags() function
H A Dtmpfs_vnops.c507 error = tmpfs_chflags(vp, vap->va_flags, cred, p); in tmpfs_setattr()