Home
last modified time | relevance | path

Searched refs:logvp (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/udfs/fsck/
H A Dsetup.c303 logvp = (struct log_vol_desc *)tp; in check_log_desc()
460 if (!partp || !logvp) { in readvolseq()
467 lvintblock = logvp->lvd_int_seq_ext.ext_loc; in readvolseq()
468 lvintlen = logvp->lvd_int_seq_ext.ext_len; in readvolseq()
557 lap = (long_ad_t *)&logvp->lvd_lvcu; in readvolseq()
H A Dfsck.h111 struct log_vol_desc *logvp; variable
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_log.c584 struct vnode *logvp = NULL; in cachefs_log_process_queue() local
613 logvp = cl->cl_logvp; in cachefs_log_process_queue()
614 ASSERT(logvp != NULL); in cachefs_log_process_queue()
615 if (logvp == NULL) { in cachefs_log_process_queue()
620 VN_HOLD(logvp); in cachefs_log_process_queue()
637 (void) VOP_RWLOCK(logvp, V_WRITELOCK_TRUE, NULL); in cachefs_log_process_queue()
640 VOP_RWUNLOCK(logvp, V_WRITELOCK_TRUE, NULL); in cachefs_log_process_queue()
649 error = VOP_WRITE(logvp, &uio, FAPPEND, kcred, NULL); in cachefs_log_process_queue()
656 VOP_RWUNLOCK(logvp, V_WRITELOCK_TRUE, NULL); in cachefs_log_process_queue()
660 VOP_RWUNLOCK(logvp, V_WRITELOCK_TRUE, NULL); in cachefs_log_process_queue()
[all …]
/titanic_41/usr/src/cmd/fs.d/udfs/mkfs/
H A Dmkfs.c1392 struct log_vol_desc *logvp; in readvolseq() local
1443 logvp = (struct log_vol_desc *)tp; in readvolseq()
1457 if (!partp || !logvp) { in readvolseq()