Searched refs:RW_NOLOCKDEP (Results 1 – 7 of 7) sorted by relevance
| /freebsd-head/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| HD | rwlock.h | 35 RW_NOLOCKDEP = 5 enumerator 81 if (rwp && rwp->rw_type == RW_NOLOCKDEP) \ in spl_rw_lockdep_off_maybe() 87 if (rwp && rwp->rw_type == RW_NOLOCKDEP) \ in spl_rw_lockdep_on_maybe() 123 ASSERT(type == RW_DEFAULT || type == RW_NOLOCKDEP); \
|
| /freebsd-head/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| HD | ccompile.h | 109 #define RW_NOLOCKDEP 0 macro
|
| /freebsd-head/sys/contrib/openzfs/include/sys/ |
| HD | zfs_context.h | 298 #define RW_NOLOCKDEP RW_READER
|
| /freebsd-head/sys/contrib/openzfs/module/zfs/ |
| HD | zap.c | 449 rw_init(&l->l_rwlock, NULL, RW_NOLOCKDEP, NULL); in zap_create_leaf()
|
| HD | dnode.c | 128 rw_init(&dn->dn_struct_rwlock, NULL, RW_NOLOCKDEP, NULL); in dnode_cons()
|
| HD | dbuf.c | 297 rw_init(&db->db_rwlock, NULL, RW_NOLOCKDEP, NULL); in dbuf_cons()
|
| /freebsd-head/sys/contrib/openzfs/module/os/linux/zfs/ |
| HD | zfs_znode_os.c | 119 rw_init(&zp->z_name_lock, NULL, RW_NOLOCKDEP, NULL); in zfs_znode_cache_constructor()
|