Lines Matching refs:from
123 * __btrfs_handle_fs_error decodes expected errors from the caller and
253 * This will prevent new transactions from starting or trying to join this
290 * __btrfs_panic decodes unexpected, fatal errors from the caller,
605 strncmp(args[0].from, "zlib", 4) == 0) {
620 args[0].from + 4);
625 } else if (strncmp(args[0].from, "lzo", 3) == 0) {
634 } else if (strncmp(args[0].from, "zstd", 4) == 0) {
640 args[0].from + 4);
646 } else if (strncmp(args[0].from, "no", 2) == 0) {
656 args[0].from);
665 * If we remount from compress-force=xxx to
716 args[0].from);
782 args[0].from);
792 strcmp(args[0].from, "sync") == 0) {
796 } else if (strcmp(args[0].from, "async") == 0) {
802 args[0].from);
816 strcmp(args[0].from, "v1") == 0) {
821 } else if (strcmp(args[0].from, "v2") == 0) {
828 args[0].from);
848 "the 'inode_cache' option is deprecated and will have no effect from 5.11");
907 args[0].from);
924 if (strcmp(args[0].from, "panic") == 0) {
927 } else if (strcmp(args[0].from, "bug") == 0) {
932 args[0].from);
942 args[0].from);
958 ret = parse_rescue_options(info, args[0].from);
961 args[0].from);
1606 * Note: This is based on mount_bdev from fs/super.c with a few additions
1903 /* avoid complains from lockdep et al. */