Searched refs:ipc (Results 1 – 7 of 7) sorted by relevance
/fs/cifs/ |
D | connect.c | 1668 tcon->ipc = true; in cifs_setup_ipc() 2129 if (tcon == NULL || tcon->ipc) in cifs_put_tcon() 3718 tcon->ipc = true; in CIFSTCon() 4194 struct cifs_tcon *ipc = tcon->ses->tcon_ipc; in __tree_connect_dfs_target() local 4237 if (ipc->need_reconnect) { in __tree_connect_dfs_target() 4239 rc = ops->tree_connect(xid, ipc->ses, tree, ipc, cifs_sb->local_nls); in __tree_connect_dfs_target() 4327 if (tcon->ipc) { in cifs_tree_connect()
|
D | dfs_cache.c | 86 static void get_ipc_unc(const char *ref_path, char *ipc, size_t ipclen) in get_ipc_unc() argument 92 scnprintf(ipc, ipclen, "\\\\%.*s\\IPC$", (int)len, host); in get_ipc_unc() 1527 if (!tcon->ipc && !tcon->need_reconnect) { in refresh_mounts()
|
D | cifsglob.h | 1076 bool ipc:1; /* set if connection to IPC$ share (always also pipe) */ member
|
D | smb2pdu.c | 3787 if (tcon->ipc) in smb2_reconnect_server()
|
D | smb2ops.c | 2943 if (tcon && !tcon->ipc) { in smb2_get_dfs_refer()
|
/fs/squashfs/ |
D | squashfs_fs.h | 405 struct squashfs_ipc_inode ipc; member
|
D | inode.c | 355 struct squashfs_ipc_inode *sqsh_ino = &squashfs_ino.ipc; in squashfs_read_inode()
|