Home
last modified time | relevance | path

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

/linux-6.6.21/fs/gfs2/
Dincore.h223 int (*go_held)(struct gfs2_holder *gh); member
Dglops.c729 .go_held = inode_go_held,
Dglock.c462 if (glops->go_held) in gfs2_instantiate()
463 return glops->go_held(gh); in gfs2_instantiate()