mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-14 19:53:03 +00:00
18 lines
293 B
ReStructuredText
18 lines
293 B
ReStructuredText
![]() |
.. 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:
|