Home
last modified time | relevance | path

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

/netbsd-src/sys/fs/tmpfs/
H A Dtmpfs.h271 int tmpfs_chflags(vnode_t *, int, kauth_cred_t, lwp_t *);
H A Dtmpfs_subr.c958 tmpfs_chflags(vnode_t *vp, int flags, kauth_cred_t cred, lwp_t *l) in tmpfs_chflags() function
H A Dtmpfs_vnops.c488 error = tmpfs_chflags(vp, vap->va_flags, cred, l); in tmpfs_setattr()