Home
last modified time | relevance | path

Searched refs:remote (Results 1 – 8 of 8) sorted by relevance

/fs/ocfs2/dlm/
A Ddlmdomain.c960 char *remote = qr->qr_regions; in dlm_match_regions() local
983 r = remote; in dlm_match_regions()
996 r = remote; in dlm_match_regions()
1016 r = remote; in dlm_match_regions()
1157 struct dlm_node_info *remote; in dlm_match_nodes() local
1168 remote = NULL; in dlm_match_nodes()
1176 if (!local && !remote) in dlm_match_nodes()
1179 if ((local && !remote) || (!local && remote)) in dlm_match_nodes()
1189 if (remote && !local) in dlm_match_nodes()
1193 remote->ni_nodenum, in dlm_match_nodes()
[all …]
/fs/gfs2/
A Dglops.c570 static void freeze_go_callback(struct gfs2_glock *gl, bool remote) in freeze_go_callback() argument
575 if (!remote || in freeze_go_callback()
628 static void iopen_go_callback(struct gfs2_glock *gl, bool remote) in iopen_go_callback() argument
633 if (!remote || sb_rdonly(sdp->sd_vfs) || in iopen_go_callback()
669 static void nondisk_go_callback(struct gfs2_glock *gl, bool remote) in nondisk_go_callback() argument
675 if (!remote || gl->gl_name.ln_number != GFS2_LIVE_LOCK) in nondisk_go_callback()
A Dtrace_gfs2.h171 TP_PROTO(const struct gfs2_glock *gl, bool remote),
173 TP_ARGS(gl, remote),
182 __field( bool, remote )
192 __entry->remote = remote;
201 __entry->remote ? "remote" : "local")
A Dglock.c65 unsigned long delay, bool remote);
1431 unsigned long delay, bool remote) in request_demote() argument
1442 gl->gl_ops->go_callback(gl, remote); in request_demote()
1443 trace_gfs2_demote_rq(gl, remote); in request_demote()
A Dincore.h225 void (*go_callback)(struct gfs2_glock *gl, bool remote);
/fs/autofs/
A DKconfig5 The automounter is a tool to automatically mount remote file systems
/fs/coda/
A DKconfig7 enables you to mount file systems of a remote server and access them
/fs/vboxsf/
A Dshfl_hostintf.h442 bool remote; member

Completed in 26 milliseconds