Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dglops.c750 .go_sync = inode_go_sync,
761 .go_sync = rgrp_go_sync,
770 .go_sync = freeze_go_sync,
H A Dincore.h241 int (*go_sync) (struct gfs2_glock *gl); member
H A Dglock.c625 if (glops->go_sync) { in do_xmote()
626 ret = glops->go_sync(gl); in do_xmote()