The cl-mount-info Reference Manual

This is the cl-mount-info Reference Manual, version 0.0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 15:28:54 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 cl-mount-info

Get information about mounted filesystems on GNU/linux.

Maintainer

cage

Author

cage

Bug Tracker

https://notabug.org/cage/cl-mount-info/issues

License

LLGPLv3 or later

Version

0.0.1

Dependencies
  • alexandria (system).
  • cffi (system).
  • cl-ppcre (system).
Source

cl-mount-info.asd.

Child Components

3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 cl-mount-info/cl-mount-info.asd

Source

cl-mount-info.asd.

Parent Component

cl-mount-info (system).

ASDF Systems

cl-mount-info.


3.1.2 cl-mount-info/package.lisp

Source

cl-mount-info.asd.

Parent Component

cl-mount-info (system).

Packages

3.1.3 cl-mount-info/cffi.lisp

Dependency

package.lisp (file).

Source

cl-mount-info.asd.

Parent Component

cl-mount-info (system).

Public Interface
Internals

mntent-tclass (class).


3.1.4 cl-mount-info/conditions.lisp

Dependency

cffi.lisp (file).

Source

cl-mount-info.asd.

Parent Component

cl-mount-info (system).

Public Interface

open-file-failed (condition).

Internals

file-path (reader method).


3.1.5 cl-mount-info/api.lisp

Dependency

conditions.lisp (file).

Source

cl-mount-info.asd.

Parent Component

cl-mount-info (system).

Public Interface
Internals

4 Packages

Packages are listed by definition order.


4.1 cl-mount-info

Source

package.lisp.

Use List
  • alexandria.
  • cffi.
  • cl-ppcre.
  • common-lisp.
Public Interface
Internals

4.2 cl-mount-info.conditions

Source

package.lisp.

Use List

common-lisp.

Public Interface

open-file-failed (condition).

Internals

file-path (generic reader).


5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Ordinary functions

Function: all-infos (&optional mount-info-file)
Package

cl-mount-info.

Source

api.lisp.

Function: end-mntent (stream)
Package

cl-mount-info.

Source

cffi.lisp.

Function: get-mntent (stream)
Package

cl-mount-info.

Source

cffi.lisp.

Function: lispify-plist-mntent (struct-as-plist)
Package

cl-mount-info.

Source

cffi.lisp.

Function: mountpoint->device (mountpoint &optional mount-info-file)
Package

cl-mount-info.

Source

api.lisp.

Function: mountpoint->fstype (mountpoint &optional mount-info-file)
Package

cl-mount-info.

Source

api.lisp.

Function: mountpoint->mnt-options (mountpoint &optional mount-info-file)
Package

cl-mount-info.

Source

api.lisp.

Function: set-mntent (filename type)
Package

cl-mount-info.

Source

cffi.lisp.


5.1.2 Conditions

Condition: open-file-failed

Length error

Package

cl-mount-info.conditions.

Source

conditions.lisp.

Direct superclasses

error.

Direct methods

file-path.

Direct slots
Slot: file-path
Initargs

:file-path

Readers

file-path.

Writers

This slot is read-only.


5.2 Internals


5.2.1 Constants

Constant: +option-separator+
Package

cl-mount-info.

Source

api.lisp.

Constant: +suboption-separator+
Package

cl-mount-info.

Source

api.lisp.


5.2.2 Ordinary functions

Function: mntent-all-infos (&optional mount-info-file)
Package

cl-mount-info.

Source

api.lisp.

Function: mntent-info (mtab plist-key looking-for-value)
Package

cl-mount-info.

Source

api.lisp.

Function: mountpoint-to->* (mount-info-file mountpoint key)
Package

cl-mount-info.

Source

api.lisp.


5.2.3 Generic functions

Generic Reader: file-path (condition)
Package

cl-mount-info.conditions.

Methods
Reader Method: file-path ((condition open-file-failed))
Source

conditions.lisp.

Target Slot

file-path.


5.2.4 Classes

Class: mntent-tclass
Package

cl-mount-info.

Source

cffi.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.

Appendix A Indexes


A.1 Concepts