Home
last modified time | relevance | path

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

/Linux-v5.4/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.4/fs/nfs/
Dsuper.c1231 int rc, sloppy = 0, invalid_option = 0; in nfs_parse_mount_options() local
1635 sloppy = 1; in nfs_parse_mount_options()
1651 if (!sloppy && invalid_option) in nfs_parse_mount_options()
/Linux-v5.4/Documentation/
Dcrc32.txt17 subtract, we just xor. Thus, we tend to get a bit sloppy about
/Linux-v5.4/Documentation/filesystems/
Dntfs.txt143 sloppy=<BOOL> If sloppy is specified, ignore unknown mount options.
/Linux-v5.4/fs/cifs/
Dconnect.c1609 bool sloppy = false; in cifs_parse_mount_options() local
1930 sloppy = true; in cifs_parse_mount_options()
2408 if (!sloppy && invalid) { in cifs_parse_mount_options()