Home
last modified time | relevance | path

Searched refs:rwsem_assert_held_write_nolockdep (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Drwsem.h83 static inline void rwsem_assert_held_write_nolockdep(const struct rw_semaphore *sem) in rwsem_assert_held_write_nolockdep() function
187 static __always_inline void rwsem_assert_held_write_nolockdep(const struct rw_semaphore *sem) in rwsem_assert_held_write_nolockdep() function
217 rwsem_assert_held_write_nolockdep(sem); in rwsem_assert_held_write()
/linux/fs/xfs/
H A Dxfs_inode.c302 rwsem_assert_held_write_nolockdep(&ip->i_lock); in xfs_assert_ilocked()