Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c309 struct vnode *filevp; /* file descriptor vnode */ in nm_mount() local
368 filevp = fp->f_vnode; in nm_mount()
369 if (filevp->v_type == VDIR || filevp->v_type == VPORT) { in nm_mount()
378 if (filevp->v_type != VDOOR && filevp->v_stream == NULL) { in nm_mount()
379 if (secpolicy_fs_mount(crp, filevp, vfsp) != 0) { in nm_mount()
392 if (filevp->v_flag & VROOT) { in nm_mount()
406 if (error = VOP_GETATTR(filevp, &filevattr, 0, crp, NULL)) in nm_mount()
429 if (vn_has_flocks(filevp)) { in nm_mount()
437 if (filevp->v_stream) { in nm_mount()
438 struct stdata *stp = filevp->v_stream; in nm_mount()
[all …]
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_resource.c1365 struct vnode *dirvp, *filevp; in cachefs_gc_front_atime() local
1415 if (dirvp && VOP_LOOKUP(dirvp, namebuf, &filevp, in cachefs_gc_front_atime()
1426 if (VOP_GETATTR(filevp, &va, 0, kcred, NULL) == 0) in cachefs_gc_front_atime()
1428 VN_RELE(filevp); in cachefs_gc_front_atime()
/titanic_41/usr/src/uts/common/inet/nca/
H A Dnca.h424 vnode_t *filevp; /* vnode for the file */ member