Home
last modified time | relevance | path

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

/Linux-v5.10/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-v5.10/fs/nfs/
Dfs_context.c449 return ctx->sloppy ? 1 : opt; in nfs_fs_context_parse_param()
777 ctx->sloppy = true; in nfs_fs_context_parse_param()
Dinternal.h88 bool sloppy; member
/Linux-v5.10/Documentation/staging/
Dcrc32.rst17 subtract, we just xor. Thus, we tend to get a bit sloppy about
/Linux-v5.10/Documentation/filesystems/
Dntfs.rst148 sloppy=<BOOL> If sloppy is specified, ignore unknown mount options.
/Linux-v5.10/fs/cifs/
Dconnect.c1385 bool sloppy = false; in cifs_parse_mount_options() local
1713 sloppy = true; in cifs_parse_mount_options()
2208 if (!sloppy && invalid) { in cifs_parse_mount_options()