Home
last modified time | relevance | path

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

/linux-6.1.9/fs/gfs2/
Dincore.h223 int (*go_held)(struct gfs2_holder *gh); member
Dglops.c738 .go_held = inode_go_held,
Dglock.c528 if (glops->go_held) in gfs2_instantiate()
529 return glops->go_held(gh); in gfs2_instantiate()