Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/cifs/
A Ddfs.c92 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in get_session()
122 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in get_dfs_conn()
164 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in __dfs_mount_share()
255 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in dfs_mount_share()
A Dconnect.c3156 if (WARN_ON_ONCE(!mnt_ctx || !mnt_ctx->fs_ctx)) { in cifs_mount_get_session()
3160 ctx = mnt_ctx->fs_ctx; in cifs_mount_get_session()
3201 if (WARN_ON_ONCE(!mnt_ctx || !mnt_ctx->server || !mnt_ctx->ses || !mnt_ctx->fs_ctx || in cifs_mount_get_tcon()
3207 ctx = mnt_ctx->fs_ctx; in cifs_mount_get_tcon()
3367 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; in cifs_is_path_remote()
3406 struct cifs_mount_ctx mnt_ctx = { .cifs_sb = cifs_sb, .fs_ctx = ctx, }; in cifs_mount()
3452 struct cifs_mount_ctx mnt_ctx = { .cifs_sb = cifs_sb, .fs_ctx = ctx, }; in cifs_mount()
A Dcifsglob.h1747 struct smb3_fs_context *fs_ctx; member

Completed in 18 milliseconds