Home
last modified time | relevance | path

Searched refs:go_inval (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/translations/zh_CN/filesystems/
H A Dgfs2-glocks.rst69 go_inval 远程状态变更需使缓存失效时调用
95 go_inval 是 否
/linux/fs/gfs2/
H A Dglops.c606 j_gl->gl_ops->go_inval(j_gl, DIO_METADATA); in freeze_go_xmote_bh()
648 .go_inval = inode_go_inval,
658 .go_inval = rgrp_go_inval,
H A Dincore.h220 void (*go_inval) (struct gfs2_glock *gl, int flags); member
H A Dglock.c683 if (!glops->go_inval || !glops->go_sync) in do_xmote()
699 glops->go_inval(gl, target == LM_ST_DEFERRED ? 0 : DIO_METADATA); in do_xmote()
2126 if (gl->gl_ops->go_inval && gl->gl_state != LM_ST_UNLOCKED) in withdraw_glock()
H A Dsuper.c139 j_gl->gl_ops->go_inval(j_gl, DIO_METADATA); in gfs2_make_fs_rw()
/linux/Documentation/filesystems/gfs2/
H A Dglocks.rst63 go_inval Called if remote state change requires invalidating the cache
95 go_inval Yes No