Home
last modified time | relevance | path

Searched refs:go_held (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/filesystems/
H A Dgfs2-glocks.rst65 go_held Called every time a glock holder is acquired
97 go_held No No
/linux/fs/gfs2/
H A Dincore.h222 int (*go_held)(struct gfs2_holder *gh); member
H A Dglops.c709 .go_held = inode_go_held,
H A Dglock.c476 if (glops->go_held) in gfs2_instantiate()
477 return glops->go_held(gh); in gfs2_instantiate()