Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dfs_context.h173 bool sloppy; member
H A Dfs_context.c1050 return ctx->sloppy ? 1 : opt; in smb3_fs_context_parse_param()
1658 ctx->sloppy = true; in smb3_fs_context_parse_param()
/openbmc/u-boot/doc/
H A DREADME.memory-test2 hardware, or when using a sloppy port on some board, is memory errors.
/openbmc/linux/fs/ntfs/
H A Dsuper.c99 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 Dfs_context.c542 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 Dinternal.h96 bool sloppy; member
/openbmc/linux/Documentation/filesystems/
H A Dntfs.rst148 sloppy=<BOOL> If sloppy is specified, ignore unknown mount options.
H A Dxfs-online-fsck-design.rst1736 ``xfs_defer_drain_drop`` to decrease the sloppy counter and wake up any threads
/openbmc/linux/Documentation/staging/
H A Dcrc32.rst17 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 D0001-Fix-Translations-containing-invalid-directives-hs.patch7 Older versions of msgfmt were more sloppy, thus allowing such mistakes to cause bugs at runtime.