Home
last modified time | relevance | path

Searched refs:ipc (Results 1 – 7 of 7) sorted by relevance

/fs/cifs/
Dconnect.c1668 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()
Ddfs_cache.c86 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()
Dcifsglob.h1076 bool ipc:1; /* set if connection to IPC$ share (always also pipe) */ member
Dsmb2pdu.c3787 if (tcon->ipc) in smb2_reconnect_server()
Dsmb2ops.c2943 if (tcon && !tcon->ipc) { in smb2_get_dfs_refer()
/fs/squashfs/
Dsquashfs_fs.h405 struct squashfs_ipc_inode ipc; member
Dinode.c355 struct squashfs_ipc_inode *sqsh_ino = &squashfs_ino.ipc; in squashfs_read_inode()