Searched refs:lf_comment (Results 1 – 12 of 12) sorted by relevance
271 lf.lf_comment = commentbuffer; in printstatus()332 lf.lf_comment[lf.lf_comlen] = '\0'; in printstatus()333 printstatusline(fn, locktype, lf.lf_comment); in printstatus()402 lf.lf_comment = comment; in lockfs()
44 uint32_t lf_comment; /* address of comment */ member53 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()
1517 lockfs.lf_comment = in ufs_ioctl()1518 (caddr_t)(uintptr_t)lockfs32.lf_comment; in ufs_ioctl()1527 if (copyin(lockfs.lf_comment, comment, in ufs_ioctl()1532 original_comment = lockfs.lf_comment; in ufs_ioctl()1533 lockfs.lf_comment = comment; in ufs_ioctl()1536 lockfs.lf_comment = original_comment; in ufs_ioctl()1555 lockfs32.lf_comment = in ufs_ioctl()1557 lockfs.lf_comment; in ufs_ioctl()1590 lockfs.lf_comment = in ufs_ioctl()1591 (caddr_t)(uintptr_t)lockfs32.lf_comment; in ufs_ioctl()[all …]
2105 f->uf_lf.lf_comment = kmem_zalloc(LOCKFS_MAXCOMMENTLEN, KM_NOSLEEP); in alloc_lockfs_comment()2106 if (f->uf_lf.lf_comment) { in alloc_lockfs_comment()2114 if ((LOCKFS_IS_ELOCK(&f->uf_lf) || !lfp->lf_comment || in alloc_lockfs_comment()2119 from = lfp->lf_comment; in alloc_lockfs_comment()2123 bcopy(from, f->uf_lf.lf_comment, len); in alloc_lockfs_comment()2323 cp = ulp->ul_lockfs.lf_comment; in fsck_active()
119 lf.lf_comment = NULL; in ufs_snap_create()
1432 lockfs.lf_comment = NULL; in ufs_unmount()1687 if (ulp->ul_lockfs.lf_comlen && ulp->ul_lockfs.lf_comment) in ufs_unmount()1688 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()
1510 lf->lf_comment = NULL; in allocsp_wlockfs()
1504 lfp->lf_comment = elock_combuf; in is_errorlocked()1672 lfp->lf_comment = elock_combuf; in search_vfstab()
5266 lockfs.lf_comment = lockfscomment; in clockfs()