Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/gfs2/
H A Daops.c96 if (gfs2_assert_withdraw(sdp, gfs2_glock_is_held_excl(ip->i_gl))) in gfs2_writepage()
183 if (gfs2_assert_withdraw(sdp, gfs2_glock_is_held_excl(ip->i_gl))) in gfs2_jdata_writepage()
H A Dglock.h157 static inline int gfs2_glock_is_held_excl(struct gfs2_glock *gl) in gfs2_glock_is_held_excl() function
H A Dinode.c2129 if (gh && !gfs2_glock_is_held_excl(gl)) { in gfs2_update_time()