Home
last modified time | relevance | path

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

/linux/fs/gfs2/
H A Dglock.h298 static inline bool glock_needs_demote(struct gfs2_glock *gl) in glock_needs_demote() function
H A Dsuper.c1027 if (glock_needs_demote(gl)) in gfs2_drop_inode()
1223 glock_needs_demote(ip->i_gl), in gfs2_upgrade_iopen_glock()
1227 if (glock_needs_demote(ip->i_gl)) in gfs2_upgrade_iopen_glock()
H A Dglock.c1618 * Note: this should be done before the glock_needs_demote in __gfs2_glock_dq()
1632 if (!glock_needs_demote(gl)) { in __gfs2_glock_dq()