Searched refs:go_sync (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/gfs2/
H A Dglops.c714 .go_sync = inode_go_sync,
726 .go_sync = rgrp_go_sync,
H A Dincore.h218 int (*go_sync) (struct gfs2_glock *gl); member in struct:gfs2_glock_operations
H A Dglock.c722 if (glops->go_sync) {
723 ret = glops->go_sync(gl);
738 * The call to go_sync should have cleared out the ail list.
757 * Check for an error encountered since we called go_sync and go_inval.

Completed in 206 milliseconds