Home
last modified time | relevance | path

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

/freebsd/sys/fs/tmpfs/
H A Dtmpfs.h499 int tmpfs_chmod(struct vnode *, mode_t, struct ucred *, struct thread *);
H A Dtmpfs_vnops.c576 error = tmpfs_chmod(vp, vap->va_mode, cred, td); in tmpfs_setattr()
H A Dtmpfs_subr.c2089 tmpfs_chmod(struct vnode *vp, mode_t mode, struct ucred *cred, in tmpfs_chmod() function