Home
last modified time | relevance | path

Searched refs:fs_ctx (Results 1 – 4 of 4) sorted by relevance

/fs/smb/client/
A Ddfs.c60 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in get_session()
77 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in set_root_smb_session()
104 struct smb3_fs_context *ctx = rw->mnt_ctx->fs_ctx; in setup_dfs_ref()
135 struct smb3_fs_context *ctx = rw->mnt_ctx->fs_ctx; in __dfs_referral_walk()
204 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in __dfs_mount_share()
267 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in dfs_mount_share()
A Ddfs.h167 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in dfs_get_referral()
A Dconnect.c3665 if (WARN_ON_ONCE(!mnt_ctx || !mnt_ctx->fs_ctx)) { in cifs_mount_get_session()
3669 ctx = mnt_ctx->fs_ctx; in cifs_mount_get_session()
3710 if (WARN_ON_ONCE(!mnt_ctx || !mnt_ctx->server || !mnt_ctx->ses || !mnt_ctx->fs_ctx || in cifs_mount_get_tcon()
3716 ctx = mnt_ctx->fs_ctx; in cifs_mount_get_tcon()
3875 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in cifs_is_path_remote()
3914 struct cifs_mount_ctx mnt_ctx = { .cifs_sb = cifs_sb, .fs_ctx = ctx, }; in cifs_mount()
3954 struct cifs_mount_ctx mnt_ctx = { .cifs_sb = cifs_sb, .fs_ctx = ctx, }; in cifs_mount()
A Dcifsglob.h1816 struct smb3_fs_context *fs_ctx; member

Completed in 21 milliseconds