Searched refs:go_type (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/fs/gfs2/ |
D | glops.c | 720 .go_type = LM_TYPE_META, 731 .go_type = LM_TYPE_INODE, 741 .go_type = LM_TYPE_RGRP, 749 .go_type = LM_TYPE_NONDISK, 754 .go_type = LM_TYPE_IOPEN, 762 .go_type = LM_TYPE_FLOCK, 767 .go_type = LM_TYPE_NONDISK, 773 .go_type = LM_TYPE_QUOTA, 778 .go_type = LM_TYPE_JOURNAL,
|
D | glock.c | 1151 .ln_type = glops->go_type, in gfs2_glock_get() 1199 gl->gl_stats = this_cpu_ptr(sdp->sd_lkstats)->lkstats[glops->go_type]; in gfs2_glock_get() 1502 if (gh->gh_gl->gl_ops->go_type == LM_TYPE_FLOCK) in add_to_queue() 1759 BUG_ON(gh_a->gh_gl->gl_ops->go_type == gh_b->gh_gl->gl_ops->go_type); in glock_compare()
|
D | incore.h | 229 const int go_type; member
|
/Linux-v6.6/Documentation/filesystems/ |
D | gfs2-glocks.rst | 70 go_type The type of the glock, ``LM_TYPE_*``
|