/titanic_44/usr/src/uts/common/sys/ |
H A D | share.h | 71 extern void cleanshares(struct vnode *, pid_t);
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | sockcommon_vnops.c | 144 cleanshares(vp, ttoproc(curthread)->p_pid); in socket_vop_close()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | share.c | 342 cleanshares(struct vnode *vp, pid_t pid) in cleanshares() function
|
/titanic_44/usr/src/uts/common/fs/namefs/ |
H A D | namevno.c | 170 cleanshares(vp, ttoproc(curthread)->p_pid); in nm_close()
|
/titanic_44/usr/src/uts/common/fs/fifofs/ |
H A D | fifosubr.c | 778 cleanshares(vp, curproc->p_pid); in fifo_cleanup()
|
H A D | fifovnops.c | 451 cleanshares(vp, ttoproc(curthread)->p_pid); in fifo_close()
|
/titanic_44/usr/src/uts/common/fs/dcfs/ |
H A D | dc_vnops.c | 257 cleanshares(vp, ttoproc(curthread)->p_pid); in dc_close()
|
/titanic_44/usr/src/uts/common/fs/devfs/ |
H A D | devfs_vnops.c | 97 cleanshares(vp, ttoproc(curthread)->p_pid); in devfs_close()
|
/titanic_44/usr/src/uts/common/fs/dev/ |
H A D | sdev_vnops.c | 357 cleanshares(vp, ttoproc(curthread)->p_pid); in sdev_close()
|
/titanic_44/usr/src/uts/common/fs/ |
H A D | xattr.c | 97 cleanshares(vp, ddi_get_pid()); in xattr_file_close()
|
/titanic_44/usr/src/uts/common/fs/mntfs/ |
H A D | mntvnops.c | 869 cleanshares(vp, ttoproc(curthread)->p_pid); in mntclose()
|
/titanic_44/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vnops.c | 698 cleanshares(vp, ttoproc(curthread)->p_pid); in hsfs_close()
|
/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vnops.c | 468 cleanshares(vp, pid); in smbfs_close()
|
/titanic_44/usr/src/uts/common/fs/specfs/ |
H A D | specvnops.c | 889 cleanshares(vp, ttoproc(curthread)->p_pid); in spec_close()
|
/titanic_44/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_vnops.c | 102 cleanshares(vp, ttoproc(curthread)->p_pid); in tmp_close()
|
/titanic_44/usr/src/uts/common/fs/udfs/ |
H A D | udf_vnops.c | 269 cleanshares(vp, ttoproc(curthread)->p_pid); in udf_close()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_vnops.c | 348 cleanshares(vp, ttoproc(curthread)->p_pid); in nfs_close()
|
H A D | nfs3_vnops.c | 386 cleanshares(vp, ttoproc(curthread)->p_pid); in nfs3_close()
|
H A D | nfs4_vnops.c | 2316 cleanshares(vp, ttoproc(curthread)->p_pid); in nfs4_close()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vnops.c | 233 cleanshares(vp, ddi_get_pid()); in zfs_close()
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vnops.c | 280 cleanshares(vp, ttoproc(curthread)->p_pid); in ufs_close()
|