Searched refs:go_type (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/gfs2/ |
H A D | glops.c | 723 .go_type = LM_TYPE_META, 734 .go_type = LM_TYPE_INODE, 744 .go_type = LM_TYPE_RGRP, 752 .go_type = LM_TYPE_NONDISK, 757 .go_type = LM_TYPE_IOPEN, 765 .go_type = LM_TYPE_FLOCK, 770 .go_type = LM_TYPE_NONDISK, 776 .go_type = LM_TYPE_QUOTA, 781 .go_type = LM_TYPE_JOURNAL,
|
H A D | glock.c | 1191 .ln_type = glops->go_type, in gfs2_glock_get() 1239 gl->gl_stats = this_cpu_ptr(sdp->sd_lkstats)->lkstats[glops->go_type]; in gfs2_glock_get() 1542 if (gh->gh_gl->gl_ops->go_type == LM_TYPE_FLOCK) in add_to_queue() 1799 BUG_ON(gh_a->gh_gl->gl_ops->go_type == gh_b->gh_gl->gl_ops->go_type); in glock_compare()
|
H A D | incore.h | 229 const int go_type; member
|
/openbmc/linux/Documentation/filesystems/ |
H A D | gfs2-glocks.rst | 70 go_type The type of the glock, ``LM_TYPE_*``
|