Searched refs:remote (Results 1 – 8 of 8) sorted by relevance
/fs/ocfs2/dlm/ |
D | dlmdomain.c | 962 char *remote = qr->qr_regions; in dlm_match_regions() local 985 r = remote; in dlm_match_regions() 998 r = remote; in dlm_match_regions() 1018 r = remote; in dlm_match_regions() 1159 struct dlm_node_info *remote; in dlm_match_nodes() local 1170 remote = NULL; in dlm_match_nodes() 1173 remote = &(qn->qn_nodes[j]); in dlm_match_nodes() 1178 if (!local && !remote) in dlm_match_nodes() 1181 if ((local && !remote) || (!local && remote)) in dlm_match_nodes() 1185 ((remote->ni_nodenum != local->nd_num) || in dlm_match_nodes() [all …]
|
/fs/gfs2/ |
D | trace_gfs2.h | 164 TP_PROTO(const struct gfs2_glock *gl, bool remote), 166 TP_ARGS(gl, remote), 175 __field( bool, remote ) 185 __entry->remote = remote; 194 __entry->remote ? "remote" : "local")
|
D | glops.c | 600 static void iopen_go_callback(struct gfs2_glock *gl, bool remote) in iopen_go_callback() argument 605 if (!remote || sb_rdonly(sdp->sd_vfs)) in iopen_go_callback()
|
D | glock.c | 1063 unsigned long delay, bool remote) in handle_callback() argument 1076 gl->gl_ops->go_callback(gl, remote); in handle_callback() 1077 trace_gfs2_demote_rq(gl, remote); in handle_callback()
|
D | incore.h | 245 void (*go_callback)(struct gfs2_glock *gl, bool remote);
|
/fs/coda/ |
D | Kconfig | 7 enables you to mount file systems of a remote server and access them
|
/fs/autofs/ |
D | Kconfig | 17 The automounter is a tool to automatically mount remote file systems
|
/fs/overlayfs/ |
D | super.c | 808 struct ovl_fs *ofs, int *stack_depth, bool *remote) in ovl_lower_dir() argument 824 *remote = true; in ovl_lower_dir() 1471 bool remote = false; in ovl_get_lowerstack() local 1503 &sb->s_stack_depth, &remote); in ovl_get_lowerstack() 1531 if (remote) in ovl_get_lowerstack()
|