Searched refs:sloppy (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A D | fs_context.h | 173 bool sloppy; member
|
H A D | fs_context.c | 117 fsparam_flag("sloppy", Opt_sloppy), 1054 return ctx->sloppy ? 1 : opt; in smb3_fs_context_parse_param() 1662 ctx->sloppy = true; in smb3_fs_context_parse_param()
|
/openbmc/u-boot/doc/ |
H A D | README.memory-test | 2 hardware, or when using a sloppy port on some board, is memory errors.
|
/openbmc/linux/fs/ntfs/ |
H A D | super.c | 99 int errors = 0, sloppy = 0; in parse_options() local 193 else NTFS_GETOPT_WITH_DEFAULT("sloppy", sloppy, true) in parse_options() 252 if (errors && !sloppy) in parse_options() 254 if (sloppy) in parse_options()
|
/openbmc/linux/fs/nfs/ |
H A D | fs_context.c | 542 return (opt == -ENOPARAM && ctx->sloppy) ? 1 : opt; in nfs_fs_context_parse_param() 926 ctx->sloppy = true; in nfs_fs_context_parse_param()
|
H A D | internal.h | 96 bool sloppy; member
|
/openbmc/linux/Documentation/filesystems/ |
H A D | ntfs.rst | 148 sloppy=<BOOL> If sloppy is specified, ignore unknown mount options.
|
H A D | xfs-online-fsck-design.rst | 1736 ``xfs_defer_drain_drop`` to decrease the sloppy counter and wake up any threads
|
/openbmc/linux/Documentation/staging/ |
H A D | crc32.rst | 17 subtract, we just xor. Thus, we tend to get a bit sloppy about
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/fontforge/ |
H A D | 0001-Fix-Translations-containing-invalid-directives-hs.patch | 7 Older versions of msgfmt were more sloppy, thus allowing such mistakes to cause bugs at runtime.
|