Searched refs:go_type (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/gfs2/ ! |
| H A D | glops.c | 643 .go_type = LM_TYPE_META, 652 .go_type = LM_TYPE_INODE, 661 .go_type = LM_TYPE_RGRP, 668 .go_type = LM_TYPE_NONDISK, 672 .go_type = LM_TYPE_IOPEN, 679 .go_type = LM_TYPE_FLOCK, 683 .go_type = LM_TYPE_NONDISK, 687 .go_type = LM_TYPE_QUOTA, 692 .go_type = LM_TYPE_JOURNAL,
|
| H A D | glock.c | 1085 .ln_type = glops->go_type, in gfs2_glock_get() 1132 gl->gl_stats = this_cpu_ptr(sdp->sd_lkstats)->lkstats[glops->go_type]; in gfs2_glock_get() 1457 if (gh->gh_gl->gl_ops->go_type == LM_TYPE_FLOCK) in add_to_queue() 1707 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 | 227 const int go_type; member
|
| /linux/Documentation/translations/zh_CN/filesystems/ ! |
| H A D | gfs2-glocks.rst | 75 go_type glock 类型,``LM_TYPE_*``
|
| /linux/Documentation/filesystems/gfs2/ ! |
| H A D | glocks.rst | 70 go_type The type of the glock, ``LM_TYPE_*``
|