Home
last modified time | relevance | path

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

/fs/smb/client/
Dfs_context.c266 ctx->strict_io = false; in cifs_parse_cache_flavor()
272 ctx->strict_io = true; in cifs_parse_cache_flavor()
278 ctx->strict_io = false; in cifs_parse_cache_flavor()
284 ctx->strict_io = false; in cifs_parse_cache_flavor()
290 ctx->strict_io = false; in cifs_parse_cache_flavor()
1697 ctx->strict_io = true; in smb3_init_fs_context()
1897 if (ctx->strict_io) in smb3_update_mnt_flags()
Dfs_context.h220 bool strict_io:1; /* strict cache behavior */ member