Based on kernel version 6.14
. Page generated on 2025-04-02 08:20 EST
. Download
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | .. SPDX-License-Identifier: GPL-2.0+ ============== Generic parser ============== Overview ======== The generic parser is a simple parser for parsing mount options, filesystem options, driver options, subsystem options, etc. Parser API ========== .. kernel-doc:: lib/parser.c :export: |