Home
last modified time | relevance | path

Searched refs:dep_map (Results 1 – 10 of 10) sorted by relevance

/fs/bcachefs/
A Dsix.c303 six_acquire(&lock->dep_map, 1, type == SIX_LOCK_read, ip); in six_trylock_ip()
421 lock_contended(&lock->dep_map, ip); in six_lock_slowpath()
550 six_acquire(&lock->dep_map, 0, type == SIX_LOCK_read, ip); in six_lock_ip_waiter()
556 six_release(&lock->dep_map, ip); in six_lock_ip_waiter()
558 lock_acquired(&lock->dep_map, ip); in six_lock_ip_waiter()
615 six_release(&lock->dep_map, ip); in six_unlock_ip()
727 six_acquire(&lock->dep_map, 0, type == SIX_LOCK_read, _RET_IP_); in six_lock_increment()
858 lockdep_init_map(&lock->dep_map, name, key, 0); in __six_lock_init()
A Dbtree_locking.h206 lock_acquire_exclusive(&trans->dep_map, 0, try, NULL, _THIS_IP_); in trans_set_locked()
218 lock_release(&trans->dep_map, _THIS_IP_); in trans_set_unlocked()
A Dsix.h146 struct lockdep_map dep_map; member
A Dbtree_types.h562 struct lockdep_map dep_map; member
A Dbtree_iter.c3487 lockdep_init_map(&trans->dep_map, "bcachefs_btree", &lockdep_key, 0); in __bch2_trans_get()
/fs/btrfs/
A Dlocking.h136 rwsem_acquire_read(&owner->vfs_inode.lock.dep_map, 0, 0, _THIS_IP_)
139 rwsem_release(&owner->vfs_inode.lock.dep_map, _THIS_IP_)
/fs/kernfs/
A Ddir.c454 rwsem_acquire_read(&kn->dep_map, 0, 1, _RET_IP_); in kernfs_get_active()
473 rwsem_release(&kn->dep_map, _RET_IP_); in kernfs_put_active()
511 rwsem_acquire(&kn->dep_map, 0, 0, _RET_IP_); in kernfs_drain()
513 lock_contended(&kn->dep_map, _RET_IP_); in kernfs_drain()
520 lock_acquired(&kn->dep_map, _RET_IP_); in kernfs_drain()
521 rwsem_release(&kn->dep_map, _RET_IP_); in kernfs_drain()
1606 rwsem_acquire(&kn->dep_map, 0, 1, _RET_IP_); in kernfs_unbreak_active_protection()
A Dfile.c1051 lockdep_init_map(&kn->dep_map, "kn->active", key, 0); in __kernfs_create_file()
/fs/xfs/libxfs/
A Dxfs_rtgroup.c292 container_of(m1, struct xfs_inode, i_lock.dep_map); in xfs_rtginode_ilock_cmp_fn()
294 container_of(m2, struct xfs_inode, i_lock.dep_map); in xfs_rtginode_ilock_cmp_fn()
308 container_of(m, struct xfs_inode, i_lock.dep_map); in xfs_rtginode_ilock_print_fn()
/fs/
A Ddcache.c1338 spin_release(&dentry->d_lock.dep_map, _RET_IP_); in d_walk()
1340 spin_acquire(&this_parent->d_lock.dep_map, 0, 1, _RET_IP_); in d_walk()

Completed in 35 milliseconds