Searched refs:go_sync (Results 1 – 3 of 3) sorted by relevance
718 .go_sync = inode_go_sync,729 .go_sync = rgrp_go_sync,
218 int (*go_sync) (struct gfs2_glock *gl); member
724 if (!glops->go_inval && !glops->go_sync) in do_xmote() 728 if (glops->go_sync) { in do_xmote() 729 ret = glops->go_sync(gl); in do_xmote() 745 * The call to go_sync should have cleared out the ail list. in do_xmote() 765 * Check for an error encountered since we called go_sync and go_inval. in do_xmote()