Home
last modified time | relevance | path

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

/linux-6.6.21/fs/smb/client/
Ddfs.c58 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()
Ddfs.h134 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in dfs_get_referral()
Dconnect.c3328 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()
Dcifsglob.h1765 struct smb3_fs_context *fs_ctx; member