Home
last modified time | relevance | path

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

/openbmc/linux/fs/gfs2/
H A Dglock.h35 #define LM_TYPE_FLOCK 0x06 macro
H A Dglops.c765 .go_type = LM_TYPE_FLOCK,
790 [LM_TYPE_FLOCK] = &gfs2_flock_glops,
H A Dglock.c1542 if (gh->gh_gl->gl_ops->go_type == LM_TYPE_FLOCK) in add_to_queue()