Searched refs:go_type (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/gfs2/ |
D | glops.c | 554 .go_type = LM_TYPE_META, 563 .go_type = LM_TYPE_INODE, 573 .go_type = LM_TYPE_RGRP, 581 .go_type = LM_TYPE_NONDISK, 585 .go_type = LM_TYPE_IOPEN, 590 .go_type = LM_TYPE_FLOCK, 594 .go_type = LM_TYPE_NONDISK, 598 .go_type = LM_TYPE_QUOTA, 603 .go_type = LM_TYPE_JOURNAL,
|
D | glock.c | 707 struct lm_lockname name = { .ln_number = number, .ln_type = glops->go_type }; in gfs2_glock_get() 754 gl->gl_stats = this_cpu_ptr(sdp->sd_lkstats)->lkstats[glops->go_type]; in gfs2_glock_get() 949 (gh->gh_gl->gl_ops->go_type != LM_TYPE_FLOCK))) in add_to_queue() 1162 BUG_ON(gh_a->gh_gl->gl_ops->go_type == gh_b->gh_gl->gl_ops->go_type); in glock_compare()
|
D | incore.h | 224 const int go_type; member
|
/linux-4.1.27/Documentation/filesystems/ |
D | gfs2-glocks.txt | 63 go_type | The type of the glock, LM_TYPE_.....
|