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

/linux-master/fs/smb/client/
H A Ddfs.h131 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx;
147 const struct smb3_fs_context *ctx = mnt_ctx->fs_ctx;
H A Ddfs.c58 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx;
74 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx;
102 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx;
129 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx;
216 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx;
284 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx;
H A Dconnect.c3347 if (WARN_ON_ONCE(!mnt_ctx || !mnt_ctx->fs_ctx)) {
3351 ctx = mnt_ctx->fs_ctx;
3392 if (WARN_ON_ONCE(!mnt_ctx || !mnt_ctx->server || !mnt_ctx->ses || !mnt_ctx->fs_ctx ||
3398 ctx = mnt_ctx->fs_ctx;
3568 struct smb3_fs_context *ctx = mnt_ctx->fs_ctx;
3607 struct cifs_mount_ctx mnt_ctx = { .cifs_sb = cifs_sb, .fs_ctx = ctx, };
3648 struct cifs_mount_ctx mnt_ctx = { .cifs_sb = cifs_sb, .fs_ctx = ctx, };
H A Dcifsglob.h1807 struct smb3_fs_context *fs_ctx; member in struct:cifs_mount_ctx

Completed in 208 milliseconds