Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/filesystems/
H A Dgfs2-glocks.rst67 go_sync 远程状态变更前调用(如同步脏数据)
93 go_sync 是 否
/linux/fs/gfs2/
H A Dglops.c647 .go_sync = inode_go_sync,
657 .go_sync = rgrp_go_sync,
H A Dincore.h218 int (*go_sync) (struct gfs2_glock *gl); member
H A Dglock.c683 if (!glops->go_inval || !glops->go_sync) in do_xmote()
688 ret = glops->go_sync(gl); in do_xmote()
/linux/Documentation/filesystems/gfs2/
H A Dglocks.rst61 go_sync Called before remote state change (e.g. to sync dirty data)
93 go_sync Yes No