Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dfs_context.c255 ctx->strict_io = false; in cifs_parse_cache_flavor()
261 ctx->strict_io = true; in cifs_parse_cache_flavor()
267 ctx->strict_io = false; in cifs_parse_cache_flavor()
273 ctx->strict_io = false; in cifs_parse_cache_flavor()
279 ctx->strict_io = false; in cifs_parse_cache_flavor()
1451 ctx->strict_io = true; in smb3_init_fs_context()
1643 if (ctx->strict_io) in smb3_update_mnt_flags()
Dfs_context.h201 bool strict_io:1; /* strict cache behavior */ member