Searched refs:fs_ctx (Results 1 – 4 of 4) sorted by relevance
58 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in get_session()76 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in add_root_smb_session()115 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in set_ref_paths()142 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in __dfs_referral_walk()232 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in __dfs_mount_share()288 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in dfs_mount_share()
134 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in dfs_get_referral()
3328 if (WARN_ON_ONCE(!mnt_ctx || !mnt_ctx->fs_ctx)) { in cifs_mount_get_session()3332 ctx = mnt_ctx->fs_ctx; in cifs_mount_get_session()3373 if (WARN_ON_ONCE(!mnt_ctx || !mnt_ctx->server || !mnt_ctx->ses || !mnt_ctx->fs_ctx || in cifs_mount_get_tcon()3379 ctx = mnt_ctx->fs_ctx; in cifs_mount_get_tcon()3549 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in cifs_is_path_remote()3588 struct cifs_mount_ctx mnt_ctx = { .cifs_sb = cifs_sb, .fs_ctx = ctx, }; in cifs_mount()3632 struct cifs_mount_ctx mnt_ctx = { .cifs_sb = cifs_sb, .fs_ctx = ctx, }; in cifs_mount()
1765 struct smb3_fs_context *fs_ctx; member