Home
last modified time | relevance | path

Searched refs:strict_io (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/fs/smb/client/
Dfs_context.c263 ctx->strict_io = false; in cifs_parse_cache_flavor()
269 ctx->strict_io = true; in cifs_parse_cache_flavor()
275 ctx->strict_io = false; in cifs_parse_cache_flavor()
281 ctx->strict_io = false; in cifs_parse_cache_flavor()
287 ctx->strict_io = false; in cifs_parse_cache_flavor()
1600 ctx->strict_io = true; in smb3_init_fs_context()
1795 if (ctx->strict_io) in smb3_update_mnt_flags()
Dfs_context.h207 bool strict_io:1; /* strict cache behavior */ member