Searched refs:go_type (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/fs/gfs2/ |
D | glops.c | 576 .go_type = LM_TYPE_META, 585 .go_type = LM_TYPE_INODE, 595 .go_type = LM_TYPE_RGRP, 603 .go_type = LM_TYPE_NONDISK, 607 .go_type = LM_TYPE_IOPEN, 613 .go_type = LM_TYPE_FLOCK, 618 .go_type = LM_TYPE_NONDISK, 622 .go_type = LM_TYPE_QUOTA, 627 .go_type = LM_TYPE_JOURNAL,
|
D | glock.c | 789 .ln_type = glops->go_type, in gfs2_glock_get() 834 gl->gl_stats = this_cpu_ptr(sdp->sd_lkstats)->lkstats[glops->go_type]; in gfs2_glock_get() 1031 (gh->gh_gl->gl_ops->go_type != LM_TYPE_FLOCK))) in add_to_queue() 1243 BUG_ON(gh_a->gh_gl->gl_ops->go_type == gh_b->gh_gl->gl_ops->go_type); in glock_compare()
|
D | incore.h | 249 const int go_type; member
|
/Linux-v4.19/Documentation/filesystems/ |
D | gfs2-glocks.txt | 63 go_type | The type of the glock, LM_TYPE_.....
|