Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ntfs/
Dsuper.c105 int errors = 0, sloppy = 0; in parse_options() local
199 else NTFS_GETOPT_WITH_DEFAULT("sloppy", sloppy, true) in parse_options()
258 if (errors && !sloppy) in parse_options()
260 if (sloppy) in parse_options()
/Linux-v4.19/fs/nfs/
Dsuper.c1210 int rc, sloppy = 0, invalid_option = 0; in nfs_parse_mount_options() local
1614 sloppy = 1; in nfs_parse_mount_options()
1630 if (!sloppy && invalid_option) in nfs_parse_mount_options()
/Linux-v4.19/Documentation/
Dcrc32.txt17 subtract, we just xor. Thus, we tend to get a bit sloppy about
/Linux-v4.19/Documentation/filesystems/
Dntfs.txt143 sloppy=<BOOL> If sloppy is specified, ignore unknown mount options.
/Linux-v4.19/fs/cifs/
Dconnect.c1327 bool sloppy = false; in cifs_parse_mount_options() local
1630 sloppy = true; in cifs_parse_mount_options()
2064 if (!sloppy && invalid) { in cifs_parse_mount_options()