Searched refs:go_sync (Results 1 – 4 of 4) sorted by relevance
706 .go_sync = inode_go_sync,717 .go_sync = rgrp_go_sync,
218 int (*go_sync) (struct gfs2_glock *gl); member
721 if (!glops->go_inval && !glops->go_sync) in do_xmote()725 if (glops->go_sync) { in do_xmote()726 ret = glops->go_sync(gl); in do_xmote()
61 go_sync Called before remote state change (e.g. to sync dirty data)93 go_sync Yes No
Completed in 17 milliseconds