Searched refs:tmpfs_chflags (Results 1 – 3 of 3) sorted by relevance
289 int tmpfs_chflags(struct vnode *, int, struct ucred *, struct proc *);
942 tmpfs_chflags(struct vnode *vp, int flags, struct ucred *cred, struct proc *p) in tmpfs_chflags() function
507 error = tmpfs_chflags(vp, vap->va_flags, cred, p); in tmpfs_setattr()