Home
last modified time | relevance | path

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

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