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

  /src/sys/ufs/lfs/
ulfs_vnops.c 116 static int ulfs_chmod(struct vnode *, int, kauth_cred_t, struct lwp *);
411 error = ulfs_chmod(vp, (int)vap->va_mode, cred, l);
422 ulfs_chmod(struct vnode *vp, int mode, kauth_cred_t cred, struct lwp *l) function in typeref:typename:int
ulfs_vnops.c 116 static int ulfs_chmod(struct vnode *, int, kauth_cred_t, struct lwp *);
411 error = ulfs_chmod(vp, (int)vap->va_mode, cred, l);
422 ulfs_chmod(struct vnode *vp, int mode, kauth_cred_t cred, struct lwp *l) function in typeref:typename:int
ulfs_vnops.c 116 static int ulfs_chmod(struct vnode *, int, kauth_cred_t, struct lwp *);
411 error = ulfs_chmod(vp, (int)vap->va_mode, cred, l);
422 ulfs_chmod(struct vnode *vp, int mode, kauth_cred_t cred, struct lwp *l) function in typeref:typename:int

Completed in 38 milliseconds