Home
last modified time | relevance | path

Searched refs:i_wrcv (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_inode.c371 cv_init(&ip->i_wrcv, NULL, CV_DRIVER, NULL); in ud_iget()
994 cv_destroy(&ip->i_wrcv); /* throttling */ in ud_iinactive()
1140 cv_destroy(&ip->i_wrcv); /* throttling */ in ud_iinactive()
H A Dudf_vnops.c374 cv_wait(&ip->i_wrcv, &ip->i_tlock); in udf_write()
2965 cv_broadcast(&ip->i_wrcv); /* wake all up */ in ud_iodone()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_inode.c270 cv_init(&ip->i_wrcv, NULL, CV_DRIVER, NULL); in ufs_inode_cache_constructor()
291 cv_destroy(&ip->i_wrcv); in ufs_inode_cache_destructor()
H A Dufs_vnops.c549 cv_wait(&ip->i_wrcv, &ip->i_tlock); in ufs_write()
1033 cv_broadcast(&ip->i_wrcv); in wrip()
5127 cv_wait(&ip->i_wrcv, &ip->i_tlock); in ufs_putpages()
5219 cv_broadcast(&ip->i_wrcv); /* wake all up */ in ufs_iodone()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_inode.h270 kcondvar_t i_wrcv; /* sleep/wakeup for write throttle */ member
H A Dudf_inode.h398 kcondvar_t i_wrcv; /* sleep/wakeup for write throttle */ member