Home
last modified time | relevance | path

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

/linux-6.15/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
175 static __always_inline void rwsem_assert_held_write_nolockdep(const struct rw_semaphore *sem) in rwsem_assert_held_write_nolockdep() function
205 rwsem_assert_held_write_nolockdep(sem); in rwsem_assert_held_write()
/linux-6.15/fs/xfs/
H A Dxfs_inode.c302 rwsem_assert_held_write_nolockdep(&ip->i_lock); in xfs_assert_ilocked()