Home
last modified time | relevance | path

Searched refs:lf_comment (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/lockfs/
H A Dlockfs.c271 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()
/illumos-gate/usr/src/uts/common/sys/
H A Dlockfs.h44 uint32_t lf_comment; /* address of comment */ member
53 caddr_t lf_comment; /* address of comment */ member
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_lockfs.c216 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()
H A Dufs_vnops.c1517 lockfs.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()
1616 lockfs32.lf_comment = in ufs_ioctl()
1625 lockfs.lf_comment && lockfs_out.lf_comment) in ufs_ioctl()
[all …]
H A Dufs_panic.c2105 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()
H A Dufs_snap.c119 lf.lf_comment = NULL; in ufs_snap_create()
H A Dufs_vfsops.c1431 lockfs.lf_comment = NULL; in ufs_unmount()
1686 if (ulp->ul_lockfs.lf_comlen && ulp->ul_lockfs.lf_comment) in ufs_unmount()
1687 kmem_free(ulp->ul_lockfs.lf_comment, ulp->ul_lockfs.lf_comlen); in ufs_unmount()
H A Dlufs.c886 lf.lf_comment = NULL; in lufs_disable()
1127 lf.lf_comment = NULL; in lufs_enable()
H A Dufs_trans.c111 lockfs.lf_comment = NULL; in ufs_trans_hlock()
H A Dufs_alloc.c1510 lf->lf_comment = NULL; in allocsp_wlockfs()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c1504 lfp->lf_comment = elock_combuf; in is_errorlocked()
1672 lfp->lf_comment = elock_combuf; in search_vfstab()
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c5266 lockfs.lf_comment = lockfscomment; in clockfs()