Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/gfs2/
Dglock.h212 #define gfs2_glock_assert_withdraw(gl, x) do { if (unlikely(!(x))) { \ macro
Dglock.c166 gfs2_glock_assert_withdraw(gl, atomic_read(&gl->gl_revokes) == 0); in gfs2_glock_free()
2026 gfs2_glock_assert_withdraw(gl, ret == 0); in gfs2_glock_finish_truncate()