Searched refs:go_type (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/fs/gfs2/ |
D | glops.c | 564 .go_type = LM_TYPE_META, 573 .go_type = LM_TYPE_INODE, 583 .go_type = LM_TYPE_RGRP, 591 .go_type = LM_TYPE_NONDISK, 595 .go_type = LM_TYPE_IOPEN, 601 .go_type = LM_TYPE_FLOCK, 606 .go_type = LM_TYPE_NONDISK, 610 .go_type = LM_TYPE_QUOTA, 615 .go_type = LM_TYPE_JOURNAL,
|
D | glock.c | 647 .ln_type = glops->go_type, in gfs2_glock_get() 694 gl->gl_stats = this_cpu_ptr(sdp->sd_lkstats)->lkstats[glops->go_type]; in gfs2_glock_get() 901 (gh->gh_gl->gl_ops->go_type != LM_TYPE_FLOCK))) in add_to_queue() 1115 BUG_ON(gh_a->gh_gl->gl_ops->go_type == gh_b->gh_gl->gl_ops->go_type); in glock_compare()
|
D | incore.h | 227 const int go_type; member
|
/linux-4.4.14/Documentation/filesystems/ |
D | gfs2-glocks.txt | 63 go_type | The type of the glock, LM_TYPE_.....
|