Home
last modified time | relevance | path

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

/linux-6.15/fs/gfs2/
H A Dglops.c713 .go_sync = inode_go_sync,
724 .go_sync = rgrp_go_sync,
H A Dincore.h218 int (*go_sync) (struct gfs2_glock *gl); member
H A Dglock.c726 if (!glops->go_inval && !glops->go_sync) in do_xmote()
730 if (glops->go_sync) { in do_xmote()
731 ret = glops->go_sync(gl); in do_xmote()
/linux-6.15/Documentation/filesystems/
H A Dgfs2-glocks.rst61 go_sync Called before remote state change (e.g. to sync dirty data)
93 go_sync Yes No