Home
last modified time | relevance | path

Searched refs:sloppy (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.1/fs/cifs/
Dfs_context.h160 bool sloppy; member
Dfs_context.c874 return ctx->sloppy ? 1 : opt; in smb3_fs_context_parse_param()
1430 ctx->sloppy = true; in smb3_fs_context_parse_param()
/Linux-v6.1/fs/ntfs/
Dsuper.c91 int errors = 0, sloppy = 0; in parse_options() local
185 else NTFS_GETOPT_WITH_DEFAULT("sloppy", sloppy, true) in parse_options()
244 if (errors && !sloppy) in parse_options()
246 if (sloppy) in parse_options()
/Linux-v6.1/fs/nfs/
Dfs_context.c488 return (opt == -ENOPARAM && ctx->sloppy) ? 1 : opt; in nfs_fs_context_parse_param()
856 ctx->sloppy = true; in nfs_fs_context_parse_param()
Dinternal.h93 bool sloppy; member
/Linux-v6.1/Documentation/staging/
Dcrc32.rst17 subtract, we just xor. Thus, we tend to get a bit sloppy about
/Linux-v6.1/Documentation/filesystems/
Dntfs.rst148 sloppy=<BOOL> If sloppy is specified, ignore unknown mount options.