HomeSort by: relevance | last modified time | path
    Searched refs:tmpfs_chflags (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/tmpfs/
tmpfs.h 271 int tmpfs_chflags(vnode_t *, int, kauth_cred_t, lwp_t *);
tmpfs_subr.c 955 * tmpfs_chflags: change flags of the given vnode.
958 tmpfs_chflags(vnode_t *vp, int flags, kauth_cred_t cred, lwp_t *l) function in typeref:typename:int
tmpfs_vnops.c 488 error = tmpfs_chflags(vp, vap->va_flags, cred, l);

Completed in 15 milliseconds