Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Drwlock.h34 RW_NOLOCKDEP = 5 enumerator
80 if (rwp && rwp->rw_type == RW_NOLOCKDEP) \ in spl_rw_lockdep_off_maybe()
86 if (rwp && rwp->rw_type == RW_NOLOCKDEP) \ in spl_rw_lockdep_on_maybe()
123 ASSERT(type == RW_DEFAULT || type == RW_NOLOCKDEP); \
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dccompile.h203 #define RW_NOLOCKDEP 0 macro
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h294 #define RW_NOLOCKDEP RW_READER
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzap.c431 rw_init(&l->l_rwlock, NULL, RW_NOLOCKDEP, NULL); in zap_create_leaf()
H A Ddnode.c118 rw_init(&dn->dn_struct_rwlock, NULL, RW_NOLOCKDEP, NULL); in dnode_cons()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_znode.c127 rw_init(&zp->z_name_lock, NULL, RW_NOLOCKDEP, NULL); in zfs_znode_cache_constructor()