Home
last modified time | relevance | path

Searched refs:lockdep_assert_held_write (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Dmmap_lock.h230 lockdep_assert_held_write(&mm->mmap_lock); in mmap_assert_write_locked()
Dlockdep.h325 #define lockdep_assert_held_write(l) \ macro
417 #define lockdep_assert_held_write(l) do { (void)(l); } while (0) macro
Dfs.h548 lockdep_assert_held_write(&mapping->i_mmap_rwsem); in i_mmap_assert_write_locked()