Searched refs:remote (Results 1 – 8 of 8) sorted by relevance
| /fs/ocfs2/dlm/ |
| A D | dlmdomain.c | 960 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 D | glops.c | 570 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 D | trace_gfs2.h | 171 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 D | glock.c | 65 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 D | incore.h | 225 void (*go_callback)(struct gfs2_glock *gl, bool remote);
|
| /fs/autofs/ |
| A D | Kconfig | 5 The automounter is a tool to automatically mount remote file systems
|
| /fs/coda/ |
| A D | Kconfig | 7 enables you to mount file systems of a remote server and access them
|
| /fs/vboxsf/ |
| A D | shfl_hostintf.h | 442 bool remote; member
|
Completed in 26 milliseconds