Home
last modified time | relevance | path

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

/linux-4.1.27/fs/gfs2/
Dglops.c558 .go_sync = inode_go_sync,
568 .go_sync = rgrp_go_sync,
578 .go_sync = freeze_go_sync,
Dincore.h216 void (*go_sync) (struct gfs2_glock *gl); member
Dglock.c529 if (glops->go_sync) in do_xmote()
530 glops->go_sync(gl); in do_xmote()