Searched refs:lf_comment (Results 1 – 12 of 12) sorted by relevance
273 lf.lf_comment = commentbuffer; in printstatus()334 lf.lf_comment[lf.lf_comlen] = '\0'; in printstatus()335 printstatusline(fn, locktype, lf.lf_comment); in printstatus()404 lf.lf_comment = comment; in lockfs()
46 uint32_t lf_comment; /* address of comment */ member55 caddr_t lf_comment; /* address of comment */ member
216 ulp->ul_lockfs.lf_comment = lockfsp->lf_comment; in ufs_freeze()1146 if (lfs.lf_comment && lfs.lf_comlen != 0) { in ufs__fiolfs()1147 kmem_free(lfs.lf_comment, lfs.lf_comlen); in ufs__fiolfs()1148 lfs.lf_comment = NULL; in ufs__fiolfs()1163 ulp->ul_lockfs.lf_comment && ulp->ul_lockfs.lf_comlen > 0 ? in ufs__fiolfs()1164 ulp->ul_lockfs.lf_comment: "user-applied error lock"); in ufs__fiolfs()
1622 lockfs.lf_comment = in ufs_ioctl()1623 (caddr_t)(uintptr_t)lockfs32.lf_comment; in ufs_ioctl()1632 if (copyin(lockfs.lf_comment, comment, in ufs_ioctl()1637 original_comment = lockfs.lf_comment; in ufs_ioctl()1638 lockfs.lf_comment = comment; in ufs_ioctl()1641 lockfs.lf_comment = original_comment; in ufs_ioctl()1660 lockfs32.lf_comment = in ufs_ioctl()1662 lockfs.lf_comment; in ufs_ioctl()1695 lockfs.lf_comment = in ufs_ioctl()1696 (caddr_t)(uintptr_t)lockfs32.lf_comment; in ufs_ioctl()[all …]
2106 f->uf_lf.lf_comment = kmem_zalloc(LOCKFS_MAXCOMMENTLEN, KM_NOSLEEP); in alloc_lockfs_comment()2107 if (f->uf_lf.lf_comment) { in alloc_lockfs_comment()2115 if ((LOCKFS_IS_ELOCK(&f->uf_lf) || !lfp->lf_comment || in alloc_lockfs_comment()2120 from = lfp->lf_comment; in alloc_lockfs_comment()2124 bcopy(from, f->uf_lf.lf_comment, len); in alloc_lockfs_comment()2324 cp = ulp->ul_lockfs.lf_comment; in fsck_active()
121 lf.lf_comment = NULL; in ufs_snap_create()
1429 lockfs.lf_comment = NULL; in ufs_unmount()1684 if (ulp->ul_lockfs.lf_comlen && ulp->ul_lockfs.lf_comment) in ufs_unmount()1685 kmem_free(ulp->ul_lockfs.lf_comment, ulp->ul_lockfs.lf_comlen); in ufs_unmount()
886 lf.lf_comment = NULL; in lufs_disable()1127 lf.lf_comment = NULL; in lufs_enable()
111 lockfs.lf_comment = NULL; in ufs_trans_hlock()
1511 lf->lf_comment = NULL; in allocsp_wlockfs()
1497 lfp->lf_comment = elock_combuf; in is_errorlocked()1665 lfp->lf_comment = elock_combuf; in search_vfstab()
5265 lockfs.lf_comment = lockfscomment; in clockfs()