The cl-fuse Reference Manual
Table of Contents
The cl-fuse Reference Manual
This is the cl-fuse Reference Manual,
generated automatically by Declt version 3.0 "Montgomery Scott"
on Thu Mar 11 12:05:01 2021 GMT+0.
1 Introduction
FUSE (Filesystem in user space) - http://fuse.sf.net - allows
to write filesystem code in userspace. This package provides
bindings for libfuse, userspace library implementing the fuse
protocol.
fuse-test.lisp is a minimal usage example. It mounts an FS at
/tmp/test. It contains many-files (a directory with many
symlinks named by consequtive numbers), same-name (no entries
in ls; you can cat a file -it will contain its name) and
symlinks (no entries in ls - every name exists as a symlink
to the same name under /).
2 Systems
The main system appears first, followed by any subsystem dependency.
2.1 cl-fuse
- Maintainer
Michael Raskin <fb08af68@rambler.ru>
- Author
Michael Raskin <fb08af68@rambler.ru>
- License
LLGPL
- Description
CFFI bindings to FUSE (Filesystem in user space)
- Defsystem Dependency
cffi-grovel
- Dependencies
- cffi
- cl-utilities
- bordeaux-threads
- trivial-backtrace
- iterate
- trivial-utf-8
- Source
cl-fuse.asd (file)
- 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-fuse.asd
- Location
cl-fuse.asd
- Systems
cl-fuse (system)
3.1.2 cl-fuse/package.lisp
- Parent
cl-fuse (system)
- Location
package.lisp
- Packages
cl-fuse
3.1.3 cl-fuse/encoding-helper.lisp
- Dependency
package.lisp (file)
- Parent
cl-fuse (system)
- Location
encoding-helper.lisp
- Exported Definitions
recast-string (function)
- Internal Definitions
-
3.1.4 cl-fuse/fuse-types.lisp
- Dependency
encoding-helper.lisp (file)
- Parent
cl-fuse (system)
- Location
fuse-types.lisp
3.1.5 cl-fuse/fuse-functions.lisp
- Dependency
fuse-types.lisp (file)
- Parent
cl-fuse (system)
- Location
fuse-functions.lisp
- Exported Definitions
-
- Internal Definitions
-
3.1.6 cl-fuse/default-callbacks.lisp
- Dependency
fuse-functions.lisp (file)
- Parent
cl-fuse (system)
- Location
default-callbacks.lisp
- Internal Definitions
-
3.1.7 cl-fuse/fuse-wrapper-helpers.lisp
- Dependency
default-callbacks.lisp (file)
- Parent
cl-fuse (system)
- Location
fuse-wrapper-helpers.lisp
- Exported Definitions
-
- Internal Definitions
-
3.1.8 cl-fuse/getattr-helpers.lisp
- Dependency
fuse-wrapper-helpers.lisp (file)
- Parent
cl-fuse (system)
- Location
getattr-helpers.lisp
- Internal Definitions
-
3.1.9 cl-fuse/fuse-wrapper.lisp
- Dependency
getattr-helpers.lisp (file)
- Parent
cl-fuse (system)
- Location
fuse-wrapper.lisp
- Exported Definitions
fuse-run (function)
- Internal Definitions
-
4 Packages
Packages are listed by definition order.
4.1 cl-fuse
- Source
package.lisp (file)
- Use List
-
- Exported Definitions
-
- Internal Definitions
-
5 Definitions
Definitions are sorted by export status, category, package, and then by
lexicographic order.
5.1 Exported definitions
5.1.1 Constants
- Constant: error-e2big
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: error-eacces
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: error-eagain
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: error-ebadf
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: error-ebusy
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: error-echild
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: error-edom
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: error-eexist
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: error-efault
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: error-efbig
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: error-eintr
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: error-einval
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: error-eio
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: error-eisdir
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: error-emfile
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: error-emlink
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: error-enfile
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: error-enodev
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: error-enoent
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: error-enoexec
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: error-enomem
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: error-enospc
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: error-enotblk
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: error-enotdir
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: error-enotty
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: error-enxio
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: error-eperm
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: error-epipe
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: error-erange
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: error-erofs
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: error-espipe
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: error-esrch
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: error-etxtbsy
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: error-exdev
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: mode-block-dev
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: mode-char-dev
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: mode-directory
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: mode-fifo
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: mode-link
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: mode-regular
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: mode-socket
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: open-accmode
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: open-append
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: open-async
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: open-creat
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: open-excl
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: open-fsync
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: open-ndelay
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: open-noctty
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: open-nonblock
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: open-rdonly
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: open-rdwr
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: open-sync
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: open-trunc
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: open-wronly
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
5.1.2 Macros
- Macro: fuse-callback NAME TYPE ARGS &rest BODY
-
- Package
cl-fuse
- Source
fuse-wrapper-helpers.lisp (file)
- Macro: fuse-path-callback NAME TYPE ARGS &rest BODY
-
- Package
cl-fuse
- Source
fuse-wrapper-helpers.lisp (file)
5.1.3 Functions
- Function: fuse-complain &rest REASON
-
- Package
cl-fuse
- Source
fuse-wrapper-helpers.lisp (file)
- Function: fuse-get-context ()
-
- Package
cl-fuse
- Source
fuse-functions.lisp (file)
- Function: fuse-main-lisp OPERATIONS ARGS &optional CALL-MANAGER
-
- Package
cl-fuse
- Source
fuse-functions.lisp (file)
- Function: fuse-run ARGS &key DIRECTORYP DIRECTORY-CONTENT SYMLINK-TARGET SYMLINKP FILE-OPEN FILE-RELEASE FILE-READ FILE-SIZE FILE-TIMES FILE-WRITE FILE-WRITE-WHOLE FILE-WRITEABLE-P FILE-EXECUTABLE-P FILE-CREATE CHMOD CHOWN TRUNCATE FILE-FLUSH MKDIR UNLINK RMDIR SYMLINK RENAME DEFINE-FS-ONLY CALL-MANAGER
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Function: recast-string STR FROM TO
-
- Package
cl-fuse
- Source
encoding-helper.lisp (file)
5.2 Internal definitions
5.2.1 Constants
- Constant: size-of-blkcnt
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: size-of-blksize
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: size-of-dev
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: size-of-fuse-args
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: size-of-fuse-ctx
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: size-of-fuse-data
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: size-of-fuse-file-info
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: size-of-fuse-ops
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: size-of-fuse-session
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: size-of-fuse-session-ops
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: size-of-gid
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: size-of-ino
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: size-of-mode
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: size-of-nlink
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: size-of-offset
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: size-of-pid
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: size-of-size
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: size-of-stat-data
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: size-of-time-t
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Constant: size-of-uid
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
5.2.2 Special variables
- Special Variable: *break-on-errors*
-
- Package
cl-fuse
- Source
fuse-wrapper-helpers.lisp (file)
- Special Variable: *fuse-wrapper-chmod*
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Special Variable: *fuse-wrapper-chown*
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Special Variable: *fuse-wrapper-directory-content*
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Special Variable: *fuse-wrapper-directoryp*
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Special Variable: *fuse-wrapper-file-create*
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Special Variable: *fuse-wrapper-file-executable-p*
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Special Variable: *fuse-wrapper-file-flush*
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Special Variable: *fuse-wrapper-file-open*
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Special Variable: *fuse-wrapper-file-read*
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Special Variable: *fuse-wrapper-file-release*
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Special Variable: *fuse-wrapper-file-size*
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Special Variable: *fuse-wrapper-file-times*
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Special Variable: *fuse-wrapper-file-write*
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Special Variable: *fuse-wrapper-file-write-whole*
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Special Variable: *fuse-wrapper-file-writeable-p*
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Special Variable: *fuse-wrapper-max-write-whole-size*
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Special Variable: *fuse-wrapper-mkdir*
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Special Variable: *fuse-wrapper-rename*
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Special Variable: *fuse-wrapper-rename-emulation*
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Special Variable: *fuse-wrapper-rmdir*
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Special Variable: *fuse-wrapper-symlink*
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Special Variable: *fuse-wrapper-symlink-target*
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Special Variable: *fuse-wrapper-symlinkp*
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Special Variable: *fuse-wrapper-truncate*
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Special Variable: *fuse-wrapper-unlink*
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Special Variable: *last-wrapper-error*
-
- Package
cl-fuse
- Source
fuse-wrapper-helpers.lisp (file)
- Special Variable: *trace-functions*
-
- Package
cl-fuse
- Source
fuse-wrapper-helpers.lisp (file)
5.2.3 Macros
- Macro: file-here NAME &optional TYPE
-
- Package
cl-fuse
- Source
fuse-functions.lisp (file)
- Macro: fuse-and &rest BODY
-
- Package
cl-fuse
- Source
fuse-wrapper-helpers.lisp (file)
- Macro: just-print-errors &rest BODY
-
- Package
cl-fuse
- Source
fuse-wrapper-helpers.lisp (file)
5.2.4 Functions
- Function: executable-file CONTENT
-
- Package
cl-fuse
- Source
getattr-helpers.lisp (file)
- Function: find-name NAME BODY &optional FALLBACK
-
- Package
cl-fuse
- Source
fuse-wrapper-helpers.lisp (file)
- Function: fuse-chan-bufsize CH
-
- Package
cl-fuse
- Source
fuse-functions.lisp (file)
- Function: fuse-chan-recv CH BUF SIZE
-
- Package
cl-fuse
- Source
fuse-functions.lisp (file)
- Function: fuse-destroy F
-
- Package
cl-fuse
- Source
fuse-functions.lisp (file)
- Function: fuse-funcall F &rest ARGS
-
- Package
cl-fuse
- Source
fuse-wrapper-helpers.lisp (file)
- Function: fuse-get-session F
-
- Package
cl-fuse
- Source
fuse-functions.lisp (file)
- Function: fuse-lowlevel-new ARGS OP OP-SIZE USERDATA
-
- Package
cl-fuse
- Source
fuse-functions.lisp (file)
- Function: fuse-mount MOUNTPOINT ARGS
-
- Package
cl-fuse
- Source
fuse-functions.lisp (file)
- Function: fuse-new CH ARGS OP OP_SIZE USER_DATA
-
- Package
cl-fuse
- Source
fuse-functions.lisp (file)
- Function: fuse-new-proxy CH ARGS OP OP_SIZE USER_DATA
-
- Package
cl-fuse
- Source
fuse-functions.lisp (file)
- Function: fuse-opt-add-arg ARGS ARG
-
- Package
cl-fuse
- Source
fuse-functions.lisp (file)
- Function: fuse-opt-free-args ARGS
-
- Package
cl-fuse
- Source
fuse-functions.lisp (file)
- Function: fuse-parse-cmdline ARGS MOUNTPOINT MULTITHREADED FOREGROUND
-
- Package
cl-fuse
- Source
fuse-functions.lisp (file)
- Function: fuse-session-add-chan SE CH
-
- Package
cl-fuse
- Source
fuse-functions.lisp (file)
- Function: fuse-session-exit SE
-
- Package
cl-fuse
- Source
fuse-functions.lisp (file)
- Function: fuse-session-exited SE
-
- Package
cl-fuse
- Source
fuse-functions.lisp (file)
- Function: fuse-session-next-chan SE CH
-
- Package
cl-fuse
- Source
fuse-functions.lisp (file)
- Function: fuse-session-process SE BUF LEN CH
-
- Package
cl-fuse
- Source
fuse-functions.lisp (file)
- Function: fuse-setup ARGC ARGV OP OP-SIZE MOUNTPOINT MULTITHREADED USER-DATA
-
- Package
cl-fuse
- Source
fuse-functions.lisp (file)
- Function: fuse-unmount MOUNTPOINT CH
-
- Package
cl-fuse
- Source
fuse-functions.lisp (file)
- Function: fuse-wrapper-chmod-function PATH MODE
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Function: fuse-wrapper-chown-function PATH UID GID
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Function: fuse-wrapper-default-chmod PATH MODE
-
- Package
cl-fuse
- Source
default-callbacks.lisp (file)
- Function: fuse-wrapper-default-chown PATH UID GID
-
- Package
cl-fuse
- Source
default-callbacks.lisp (file)
- Function: fuse-wrapper-default-directory-content PATH
-
- Package
cl-fuse
- Source
default-callbacks.lisp (file)
- Function: fuse-wrapper-default-directoryp PATH
-
- Package
cl-fuse
- Source
default-callbacks.lisp (file)
- Function: fuse-wrapper-default-file-create PATH MODE DEV
-
- Package
cl-fuse
- Source
default-callbacks.lisp (file)
- Function: fuse-wrapper-default-file-executable-p PATH
-
- Package
cl-fuse
- Source
default-callbacks.lisp (file)
- Function: fuse-wrapper-default-file-flush PATH FH
-
- Package
cl-fuse
- Source
default-callbacks.lisp (file)
- Function: fuse-wrapper-default-file-open PATH FLAGS
-
- Package
cl-fuse
- Source
default-callbacks.lisp (file)
- Function: fuse-wrapper-default-file-read PATH SIZE OFFSET FH
-
- Package
cl-fuse
- Source
default-callbacks.lisp (file)
- Function: fuse-wrapper-default-file-release PATH FLAGS
-
- Package
cl-fuse
- Source
default-callbacks.lisp (file)
- Function: fuse-wrapper-default-file-size PATH
-
- Package
cl-fuse
- Source
default-callbacks.lisp (file)
- Function: fuse-wrapper-default-file-writeable-p PATH
-
- Package
cl-fuse
- Source
default-callbacks.lisp (file)
- Function: fuse-wrapper-default-mkdir PATH MODE
-
- Package
cl-fuse
- Source
default-callbacks.lisp (file)
- Function: fuse-wrapper-default-rmdir PATH
-
- Package
cl-fuse
- Source
default-callbacks.lisp (file)
- Function: fuse-wrapper-default-symlink PATH CONTENT
-
- Package
cl-fuse
- Source
default-callbacks.lisp (file)
- Function: fuse-wrapper-default-symlink-target PATH
-
- Package
cl-fuse
- Source
default-callbacks.lisp (file)
- Function: fuse-wrapper-default-truncate PATH OFFSET
-
- Package
cl-fuse
- Source
default-callbacks.lisp (file)
- Function: fuse-wrapper-default-unlink PATH
-
- Package
cl-fuse
- Source
default-callbacks.lisp (file)
- Function: fuse-wrapper-file-create-function PATH MODE DEV
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Function: fuse-wrapper-file-flush-function PATH FILE-INFO
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Function: fuse-wrapper-file-open-function PATH FILE-INFO
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Function: fuse-wrapper-file-read-function PATH BUF SIZE OFFSET FILE-INFO
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Function: fuse-wrapper-file-release-function PATH FILE-INFO
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Function: fuse-wrapper-file-write-function PATH BUF SIZE OFFSET FILE-INFO
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Function: fuse-wrapper-getattr-function PATH CONTENT
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Function: fuse-wrapper-mkdir-function PATH MODE
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Function: fuse-wrapper-readdir-function PATH BUF FILLER OFFSET FILE-INFO
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Function: fuse-wrapper-readlink-function PATH BUF BUFSIZE
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Function: fuse-wrapper-rename-function PATH TARGET
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Function: fuse-wrapper-rmdir-function PATH
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Function: fuse-wrapper-symlink-function CONTENT PATH
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Function: fuse-wrapper-truncate-function PATH OFFSET
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Function: fuse-wrapper-unlink-function PATH
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Function: generic-directory CONTENT
-
- Package
cl-fuse
- Source
getattr-helpers.lisp (file)
- Function: generic-file CONTENT
-
- Package
cl-fuse
- Source
getattr-helpers.lisp (file)
- Function: generic-plain-file CONTENT SIZE
-
- Package
cl-fuse
- Source
getattr-helpers.lisp (file)
- Function: generic-symlink CONTENT
-
- Package
cl-fuse
- Source
getattr-helpers.lisp (file)
- Function: getgid ()
-
- Package
cl-fuse
- Source
getattr-helpers.lisp (file)
- Function: getuid ()
-
- Package
cl-fuse
- Source
getattr-helpers.lisp (file)
- Function: octets-to-string OCTS ENCODING
-
- Package
cl-fuse
- Source
encoding-helper.lisp (file)
- Function: process-buffer DATA F SIZE OFFSET
-
- Package
cl-fuse
- Source
fuse-wrapper.lisp (file)
- Function: set-file-times CONTENT &key MTIME ATIME CTIME
-
- Package
cl-fuse
- Source
getattr-helpers.lisp (file)
- Function: string-to-octets STR ENCODING
-
- Package
cl-fuse
- Source
encoding-helper.lisp (file)
- Function: writeable-file CONTENT
-
- Package
cl-fuse
- Source
getattr-helpers.lisp (file)
5.2.5 Classes
- Class: cffi-string-latin-1 ()
-
- Package
cl-fuse
- Source
fuse-functions.lisp (file)
- Direct superclasses
foreign-string-type (class)
- Direct Default Initargs
Initarg | Value |
:encoding | :latin-1 |
- Class: fuse-args-tclass ()
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Direct superclasses
- translatable-foreign-type (class)
- foreign-struct-type (class)
- Class: fuse-ctx-tclass ()
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Direct superclasses
- translatable-foreign-type (class)
- foreign-struct-type (class)
- Class: fuse-data-tclass ()
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Direct superclasses
- translatable-foreign-type (class)
- foreign-struct-type (class)
- Class: fuse-file-info-tclass ()
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Direct superclasses
- translatable-foreign-type (class)
- foreign-struct-type (class)
- Class: fuse-ops-tclass ()
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Direct superclasses
- translatable-foreign-type (class)
- foreign-struct-type (class)
- Class: fuse-session-ops-tclass ()
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Direct superclasses
- translatable-foreign-type (class)
- foreign-struct-type (class)
- Class: fuse-session-tclass ()
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Direct superclasses
- translatable-foreign-type (class)
- foreign-struct-type (class)
- Class: stat-data-tclass ()
-
- Package
cl-fuse
- Source
/home/quickref/.cache/common-lisp/sbcl-1.5.8-linux-x64/home/quickref/quicklisp/dists/quicklisp/software/cl-fuse-20200925-git/fuse-types.processed-grovel-file
- Direct superclasses
- translatable-foreign-type (class)
- foreign-struct-type (class)
Appendix A Indexes
A.1 Concepts
| Index Entry | | Section |
|
C | | |
| cl-fuse.asd: | | The cl-fuse․asd file |
| cl-fuse/default-callbacks.lisp: | | The cl-fuse/default-callbacks․lisp file |
| cl-fuse/encoding-helper.lisp: | | The cl-fuse/encoding-helper․lisp file |
| cl-fuse/fuse-functions.lisp: | | The cl-fuse/fuse-functions․lisp file |
| cl-fuse/fuse-types.lisp: | | The cl-fuse/fuse-types․lisp file |
| cl-fuse/fuse-wrapper-helpers.lisp: | | The cl-fuse/fuse-wrapper-helpers․lisp file |
| cl-fuse/fuse-wrapper.lisp: | | The cl-fuse/fuse-wrapper․lisp file |
| cl-fuse/getattr-helpers.lisp: | | The cl-fuse/getattr-helpers․lisp file |
| cl-fuse/package.lisp: | | The cl-fuse/package․lisp file |
|
F | | |
| File, Lisp, cl-fuse.asd: | | The cl-fuse․asd file |
| File, Lisp, cl-fuse/default-callbacks.lisp: | | The cl-fuse/default-callbacks․lisp file |
| File, Lisp, cl-fuse/encoding-helper.lisp: | | The cl-fuse/encoding-helper․lisp file |
| File, Lisp, cl-fuse/fuse-functions.lisp: | | The cl-fuse/fuse-functions․lisp file |
| File, Lisp, cl-fuse/fuse-types.lisp: | | The cl-fuse/fuse-types․lisp file |
| File, Lisp, cl-fuse/fuse-wrapper-helpers.lisp: | | The cl-fuse/fuse-wrapper-helpers․lisp file |
| File, Lisp, cl-fuse/fuse-wrapper.lisp: | | The cl-fuse/fuse-wrapper․lisp file |
| File, Lisp, cl-fuse/getattr-helpers.lisp: | | The cl-fuse/getattr-helpers․lisp file |
| File, Lisp, cl-fuse/package.lisp: | | The cl-fuse/package․lisp file |
|
L | | |
| Lisp File, cl-fuse.asd: | | The cl-fuse․asd file |
| Lisp File, cl-fuse/default-callbacks.lisp: | | The cl-fuse/default-callbacks․lisp file |
| Lisp File, cl-fuse/encoding-helper.lisp: | | The cl-fuse/encoding-helper․lisp file |
| Lisp File, cl-fuse/fuse-functions.lisp: | | The cl-fuse/fuse-functions․lisp file |
| Lisp File, cl-fuse/fuse-types.lisp: | | The cl-fuse/fuse-types․lisp file |
| Lisp File, cl-fuse/fuse-wrapper-helpers.lisp: | | The cl-fuse/fuse-wrapper-helpers․lisp file |
| Lisp File, cl-fuse/fuse-wrapper.lisp: | | The cl-fuse/fuse-wrapper․lisp file |
| Lisp File, cl-fuse/getattr-helpers.lisp: | | The cl-fuse/getattr-helpers․lisp file |
| Lisp File, cl-fuse/package.lisp: | | The cl-fuse/package․lisp file |
|
A.2 Functions
| Index Entry | | Section |
|
E | | |
| executable-file : | | Internal functions |
|
F | | |
| file-here : | | Internal macros |
| find-name : | | Internal functions |
| Function, executable-file : | | Internal functions |
| Function, find-name : | | Internal functions |
| Function, fuse-chan-bufsize : | | Internal functions |
| Function, fuse-chan-recv : | | Internal functions |
| Function, fuse-complain : | | Exported functions |
| Function, fuse-destroy : | | Internal functions |
| Function, fuse-funcall : | | Internal functions |
| Function, fuse-get-context : | | Exported functions |
| Function, fuse-get-session : | | Internal functions |
| Function, fuse-lowlevel-new : | | Internal functions |
| Function, fuse-main-lisp : | | Exported functions |
| Function, fuse-mount : | | Internal functions |
| Function, fuse-new : | | Internal functions |
| Function, fuse-new-proxy : | | Internal functions |
| Function, fuse-opt-add-arg : | | Internal functions |
| Function, fuse-opt-free-args : | | Internal functions |
| Function, fuse-parse-cmdline : | | Internal functions |
| Function, fuse-run : | | Exported functions |
| Function, fuse-session-add-chan : | | Internal functions |
| Function, fuse-session-exit : | | Internal functions |
| Function, fuse-session-exited : | | Internal functions |
| Function, fuse-session-next-chan : | | Internal functions |
| Function, fuse-session-process : | | Internal functions |
| Function, fuse-setup : | | Internal functions |
| Function, fuse-unmount : | | Internal functions |
| Function, fuse-wrapper-chmod-function : | | Internal functions |
| Function, fuse-wrapper-chown-function : | | Internal functions |
| Function, fuse-wrapper-default-chmod : | | Internal functions |
| Function, fuse-wrapper-default-chown : | | Internal functions |
| Function, fuse-wrapper-default-directory-content : | | Internal functions |
| Function, fuse-wrapper-default-directoryp : | | Internal functions |
| Function, fuse-wrapper-default-file-create : | | Internal functions |
| Function, fuse-wrapper-default-file-executable-p : | | Internal functions |
| Function, fuse-wrapper-default-file-flush : | | Internal functions |
| Function, fuse-wrapper-default-file-open : | | Internal functions |
| Function, fuse-wrapper-default-file-read : | | Internal functions |
| Function, fuse-wrapper-default-file-release : | | Internal functions |
| Function, fuse-wrapper-default-file-size : | | Internal functions |
| Function, fuse-wrapper-default-file-writeable-p : | | Internal functions |
| Function, fuse-wrapper-default-mkdir : | | Internal functions |
| Function, fuse-wrapper-default-rmdir : | | Internal functions |
| Function, fuse-wrapper-default-symlink : | | Internal functions |
| Function, fuse-wrapper-default-symlink-target : | | Internal functions |
| Function, fuse-wrapper-default-truncate : | | Internal functions |
| Function, fuse-wrapper-default-unlink : | | Internal functions |
| Function, fuse-wrapper-file-create-function : | | Internal functions |
| Function, fuse-wrapper-file-flush-function : | | Internal functions |
| Function, fuse-wrapper-file-open-function : | | Internal functions |
| Function, fuse-wrapper-file-read-function : | | Internal functions |
| Function, fuse-wrapper-file-release-function : | | Internal functions |
| Function, fuse-wrapper-file-write-function : | | Internal functions |
| Function, fuse-wrapper-getattr-function : | | Internal functions |
| Function, fuse-wrapper-mkdir-function : | | Internal functions |
| Function, fuse-wrapper-readdir-function : | | Internal functions |
| Function, fuse-wrapper-readlink-function : | | Internal functions |
| Function, fuse-wrapper-rename-function : | | Internal functions |
| Function, fuse-wrapper-rmdir-function : | | Internal functions |
| Function, fuse-wrapper-symlink-function : | | Internal functions |
| Function, fuse-wrapper-truncate-function : | | Internal functions |
| Function, fuse-wrapper-unlink-function : | | Internal functions |
| Function, generic-directory : | | Internal functions |
| Function, generic-file : | | Internal functions |
| Function, generic-plain-file : | | Internal functions |
| Function, generic-symlink : | | Internal functions |
| Function, getgid : | | Internal functions |
| Function, getuid : | | Internal functions |
| Function, octets-to-string : | | Internal functions |
| Function, process-buffer : | | Internal functions |
| Function, recast-string : | | Exported functions |
| Function, set-file-times : | | Internal functions |
| Function, string-to-octets : | | Internal functions |
| Function, writeable-file : | | Internal functions |
| fuse-and : | | Internal macros |
| fuse-callback : | | Exported macros |
| fuse-chan-bufsize : | | Internal functions |
| fuse-chan-recv : | | Internal functions |
| fuse-complain : | | Exported functions |
| fuse-destroy : | | Internal functions |
| fuse-funcall : | | Internal functions |
| fuse-get-context : | | Exported functions |
| fuse-get-session : | | Internal functions |
| fuse-lowlevel-new : | | Internal functions |
| fuse-main-lisp : | | Exported functions |
| fuse-mount : | | Internal functions |
| fuse-new : | | Internal functions |
| fuse-new-proxy : | | Internal functions |
| fuse-opt-add-arg : | | Internal functions |
| fuse-opt-free-args : | | Internal functions |
| fuse-parse-cmdline : | | Internal functions |
| fuse-path-callback : | | Exported macros |
| fuse-run : | | Exported functions |
| fuse-session-add-chan : | | Internal functions |
| fuse-session-exit : | | Internal functions |
| fuse-session-exited : | | Internal functions |
| fuse-session-next-chan : | | Internal functions |
| fuse-session-process : | | Internal functions |
| fuse-setup : | | Internal functions |
| fuse-unmount : | | Internal functions |
| fuse-wrapper-chmod-function : | | Internal functions |
| fuse-wrapper-chown-function : | | Internal functions |
| fuse-wrapper-default-chmod : | | Internal functions |
| fuse-wrapper-default-chown : | | Internal functions |
| fuse-wrapper-default-directory-content : | | Internal functions |
| fuse-wrapper-default-directoryp : | | Internal functions |
| fuse-wrapper-default-file-create : | | Internal functions |
| fuse-wrapper-default-file-executable-p : | | Internal functions |
| fuse-wrapper-default-file-flush : | | Internal functions |
| fuse-wrapper-default-file-open : | | Internal functions |
| fuse-wrapper-default-file-read : | | Internal functions |
| fuse-wrapper-default-file-release : | | Internal functions |
| fuse-wrapper-default-file-size : | | Internal functions |
| fuse-wrapper-default-file-writeable-p : | | Internal functions |
| fuse-wrapper-default-mkdir : | | Internal functions |
| fuse-wrapper-default-rmdir : | | Internal functions |
| fuse-wrapper-default-symlink : | | Internal functions |
| fuse-wrapper-default-symlink-target : | | Internal functions |
| fuse-wrapper-default-truncate : | | Internal functions |
| fuse-wrapper-default-unlink : | | Internal functions |
| fuse-wrapper-file-create-function : | | Internal functions |
| fuse-wrapper-file-flush-function : | | Internal functions |
| fuse-wrapper-file-open-function : | | Internal functions |
| fuse-wrapper-file-read-function : | | Internal functions |
| fuse-wrapper-file-release-function : | | Internal functions |
| fuse-wrapper-file-write-function : | | Internal functions |
| fuse-wrapper-getattr-function : | | Internal functions |
| fuse-wrapper-mkdir-function : | | Internal functions |
| fuse-wrapper-readdir-function : | | Internal functions |
| fuse-wrapper-readlink-function : | | Internal functions |
| fuse-wrapper-rename-function : | | Internal functions |
| fuse-wrapper-rmdir-function : | | Internal functions |
| fuse-wrapper-symlink-function : | | Internal functions |
| fuse-wrapper-truncate-function : | | Internal functions |
| fuse-wrapper-unlink-function : | | Internal functions |
|
G | | |
| generic-directory : | | Internal functions |
| generic-file : | | Internal functions |
| generic-plain-file : | | Internal functions |
| generic-symlink : | | Internal functions |
| getgid : | | Internal functions |
| getuid : | | Internal functions |
|
J | | |
| just-print-errors : | | Internal macros |
|
M | | |
| Macro, file-here : | | Internal macros |
| Macro, fuse-and : | | Internal macros |
| Macro, fuse-callback : | | Exported macros |
| Macro, fuse-path-callback : | | Exported macros |
| Macro, just-print-errors : | | Internal macros |
|
O | | |
| octets-to-string : | | Internal functions |
|
P | | |
| process-buffer : | | Internal functions |
|
R | | |
| recast-string : | | Exported functions |
|
S | | |
| set-file-times : | | Internal functions |
| string-to-octets : | | Internal functions |
|
W | | |
| writeable-file : | | Internal functions |
|
A.3 Variables
| Index Entry | | Section |
|
* | | |
| *break-on-errors* : | | Internal special variables |
| *fuse-wrapper-chmod* : | | Internal special variables |
| *fuse-wrapper-chown* : | | Internal special variables |
| *fuse-wrapper-directory-content* : | | Internal special variables |
| *fuse-wrapper-directoryp* : | | Internal special variables |
| *fuse-wrapper-file-create* : | | Internal special variables |
| *fuse-wrapper-file-executable-p* : | | Internal special variables |
| *fuse-wrapper-file-flush* : | | Internal special variables |
| *fuse-wrapper-file-open* : | | Internal special variables |
| *fuse-wrapper-file-read* : | | Internal special variables |
| *fuse-wrapper-file-release* : | | Internal special variables |
| *fuse-wrapper-file-size* : | | Internal special variables |
| *fuse-wrapper-file-times* : | | Internal special variables |
| *fuse-wrapper-file-write* : | | Internal special variables |
| *fuse-wrapper-file-write-whole* : | | Internal special variables |
| *fuse-wrapper-file-writeable-p* : | | Internal special variables |
| *fuse-wrapper-max-write-whole-size* : | | Internal special variables |
| *fuse-wrapper-mkdir* : | | Internal special variables |
| *fuse-wrapper-rename* : | | Internal special variables |
| *fuse-wrapper-rename-emulation* : | | Internal special variables |
| *fuse-wrapper-rmdir* : | | Internal special variables |
| *fuse-wrapper-symlink* : | | Internal special variables |
| *fuse-wrapper-symlink-target* : | | Internal special variables |
| *fuse-wrapper-symlinkp* : | | Internal special variables |
| *fuse-wrapper-truncate* : | | Internal special variables |
| *fuse-wrapper-unlink* : | | Internal special variables |
| *last-wrapper-error* : | | Internal special variables |
| *trace-functions* : | | Internal special variables |
|
C | | |
| Constant, error-e2big : | | Exported constants |
| Constant, error-eacces : | | Exported constants |
| Constant, error-eagain : | | Exported constants |
| Constant, error-ebadf : | | Exported constants |
| Constant, error-ebusy : | | Exported constants |
| Constant, error-echild : | | Exported constants |
| Constant, error-edom : | | Exported constants |
| Constant, error-eexist : | | Exported constants |
| Constant, error-efault : | | Exported constants |
| Constant, error-efbig : | | Exported constants |
| Constant, error-eintr : | | Exported constants |
| Constant, error-einval : | | Exported constants |
| Constant, error-eio : | | Exported constants |
| Constant, error-eisdir : | | Exported constants |
| Constant, error-emfile : | | Exported constants |
| Constant, error-emlink : | | Exported constants |
| Constant, error-enfile : | | Exported constants |
| Constant, error-enodev : | | Exported constants |
| Constant, error-enoent : | | Exported constants |
| Constant, error-enoexec : | | Exported constants |
| Constant, error-enomem : | | Exported constants |
| Constant, error-enospc : | | Exported constants |
| Constant, error-enotblk : | | Exported constants |
| Constant, error-enotdir : | | Exported constants |
| Constant, error-enotty : | | Exported constants |
| Constant, error-enxio : | | Exported constants |
| Constant, error-eperm : | | Exported constants |
| Constant, error-epipe : | | Exported constants |
| Constant, error-erange : | | Exported constants |
| Constant, error-erofs : | | Exported constants |
| Constant, error-espipe : | | Exported constants |
| Constant, error-esrch : | | Exported constants |
| Constant, error-etxtbsy : | | Exported constants |
| Constant, error-exdev : | | Exported constants |
| Constant, mode-block-dev : | | Exported constants |
| Constant, mode-char-dev : | | Exported constants |
| Constant, mode-directory : | | Exported constants |
| Constant, mode-fifo : | | Exported constants |
| Constant, mode-link : | | Exported constants |
| Constant, mode-regular : | | Exported constants |
| Constant, mode-socket : | | Exported constants |
| Constant, open-accmode : | | Exported constants |
| Constant, open-append : | | Exported constants |
| Constant, open-async : | | Exported constants |
| Constant, open-creat : | | Exported constants |
| Constant, open-excl : | | Exported constants |
| Constant, open-fsync : | | Exported constants |
| Constant, open-ndelay : | | Exported constants |
| Constant, open-noctty : | | Exported constants |
| Constant, open-nonblock : | | Exported constants |
| Constant, open-rdonly : | | Exported constants |
| Constant, open-rdwr : | | Exported constants |
| Constant, open-sync : | | Exported constants |
| Constant, open-trunc : | | Exported constants |
| Constant, open-wronly : | | Exported constants |
| Constant, size-of-blkcnt : | | Internal constants |
| Constant, size-of-blksize : | | Internal constants |
| Constant, size-of-dev : | | Internal constants |
| Constant, size-of-fuse-args : | | Internal constants |
| Constant, size-of-fuse-ctx : | | Internal constants |
| Constant, size-of-fuse-data : | | Internal constants |
| Constant, size-of-fuse-file-info : | | Internal constants |
| Constant, size-of-fuse-ops : | | Internal constants |
| Constant, size-of-fuse-session : | | Internal constants |
| Constant, size-of-fuse-session-ops : | | Internal constants |
| Constant, size-of-gid : | | Internal constants |
| Constant, size-of-ino : | | Internal constants |
| Constant, size-of-mode : | | Internal constants |
| Constant, size-of-nlink : | | Internal constants |
| Constant, size-of-offset : | | Internal constants |
| Constant, size-of-pid : | | Internal constants |
| Constant, size-of-size : | | Internal constants |
| Constant, size-of-stat-data : | | Internal constants |
| Constant, size-of-time-t : | | Internal constants |
| Constant, size-of-uid : | | Internal constants |
|
E | | |
| error-e2big : | | Exported constants |
| error-eacces : | | Exported constants |
| error-eagain : | | Exported constants |
| error-ebadf : | | Exported constants |
| error-ebusy : | | Exported constants |
| error-echild : | | Exported constants |
| error-edom : | | Exported constants |
| error-eexist : | | Exported constants |
| error-efault : | | Exported constants |
| error-efbig : | | Exported constants |
| error-eintr : | | Exported constants |
| error-einval : | | Exported constants |
| error-eio : | | Exported constants |
| error-eisdir : | | Exported constants |
| error-emfile : | | Exported constants |
| error-emlink : | | Exported constants |
| error-enfile : | | Exported constants |
| error-enodev : | | Exported constants |
| error-enoent : | | Exported constants |
| error-enoexec : | | Exported constants |
| error-enomem : | | Exported constants |
| error-enospc : | | Exported constants |
| error-enotblk : | | Exported constants |
| error-enotdir : | | Exported constants |
| error-enotty : | | Exported constants |
| error-enxio : | | Exported constants |
| error-eperm : | | Exported constants |
| error-epipe : | | Exported constants |
| error-erange : | | Exported constants |
| error-erofs : | | Exported constants |
| error-espipe : | | Exported constants |
| error-esrch : | | Exported constants |
| error-etxtbsy : | | Exported constants |
| error-exdev : | | Exported constants |
|
M | | |
| mode-block-dev : | | Exported constants |
| mode-char-dev : | | Exported constants |
| mode-directory : | | Exported constants |
| mode-fifo : | | Exported constants |
| mode-link : | | Exported constants |
| mode-regular : | | Exported constants |
| mode-socket : | | Exported constants |
|
O | | |
| open-accmode : | | Exported constants |
| open-append : | | Exported constants |
| open-async : | | Exported constants |
| open-creat : | | Exported constants |
| open-excl : | | Exported constants |
| open-fsync : | | Exported constants |
| open-ndelay : | | Exported constants |
| open-noctty : | | Exported constants |
| open-nonblock : | | Exported constants |
| open-rdonly : | | Exported constants |
| open-rdwr : | | Exported constants |
| open-sync : | | Exported constants |
| open-trunc : | | Exported constants |
| open-wronly : | | Exported constants |
|
S | | |
| size-of-blkcnt : | | Internal constants |
| size-of-blksize : | | Internal constants |
| size-of-dev : | | Internal constants |
| size-of-fuse-args : | | Internal constants |
| size-of-fuse-ctx : | | Internal constants |
| size-of-fuse-data : | | Internal constants |
| size-of-fuse-file-info : | | Internal constants |
| size-of-fuse-ops : | | Internal constants |
| size-of-fuse-session : | | Internal constants |
| size-of-fuse-session-ops : | | Internal constants |
| size-of-gid : | | Internal constants |
| size-of-ino : | | Internal constants |
| size-of-mode : | | Internal constants |
| size-of-nlink : | | Internal constants |
| size-of-offset : | | Internal constants |
| size-of-pid : | | Internal constants |
| size-of-size : | | Internal constants |
| size-of-stat-data : | | Internal constants |
| size-of-time-t : | | Internal constants |
| size-of-uid : | | Internal constants |
| Special Variable, *break-on-errors* : | | Internal special variables |
| Special Variable, *fuse-wrapper-chmod* : | | Internal special variables |
| Special Variable, *fuse-wrapper-chown* : | | Internal special variables |
| Special Variable, *fuse-wrapper-directory-content* : | | Internal special variables |
| Special Variable, *fuse-wrapper-directoryp* : | | Internal special variables |
| Special Variable, *fuse-wrapper-file-create* : | | Internal special variables |
| Special Variable, *fuse-wrapper-file-executable-p* : | | Internal special variables |
| Special Variable, *fuse-wrapper-file-flush* : | | Internal special variables |
| Special Variable, *fuse-wrapper-file-open* : | | Internal special variables |
| Special Variable, *fuse-wrapper-file-read* : | | Internal special variables |
| Special Variable, *fuse-wrapper-file-release* : | | Internal special variables |
| Special Variable, *fuse-wrapper-file-size* : | | Internal special variables |
| Special Variable, *fuse-wrapper-file-times* : | | Internal special variables |
| Special Variable, *fuse-wrapper-file-write* : | | Internal special variables |
| Special Variable, *fuse-wrapper-file-write-whole* : | | Internal special variables |
| Special Variable, *fuse-wrapper-file-writeable-p* : | | Internal special variables |
| Special Variable, *fuse-wrapper-max-write-whole-size* : | | Internal special variables |
| Special Variable, *fuse-wrapper-mkdir* : | | Internal special variables |
| Special Variable, *fuse-wrapper-rename* : | | Internal special variables |
| Special Variable, *fuse-wrapper-rename-emulation* : | | Internal special variables |
| Special Variable, *fuse-wrapper-rmdir* : | | Internal special variables |
| Special Variable, *fuse-wrapper-symlink* : | | Internal special variables |
| Special Variable, *fuse-wrapper-symlink-target* : | | Internal special variables |
| Special Variable, *fuse-wrapper-symlinkp* : | | Internal special variables |
| Special Variable, *fuse-wrapper-truncate* : | | Internal special variables |
| Special Variable, *fuse-wrapper-unlink* : | | Internal special variables |
| Special Variable, *last-wrapper-error* : | | Internal special variables |
| Special Variable, *trace-functions* : | | Internal special variables |
|
A.4 Data types
| Index Entry | | Section |
|
C | | |
| cffi-string-latin-1 : | | Internal classes |
| cl-fuse : | | The cl-fuse system |
| cl-fuse : | | The cl-fuse package |
| Class, cffi-string-latin-1 : | | Internal classes |
| Class, fuse-args-tclass : | | Internal classes |
| Class, fuse-ctx-tclass : | | Internal classes |
| Class, fuse-data-tclass : | | Internal classes |
| Class, fuse-file-info-tclass : | | Internal classes |
| Class, fuse-ops-tclass : | | Internal classes |
| Class, fuse-session-ops-tclass : | | Internal classes |
| Class, fuse-session-tclass : | | Internal classes |
| Class, stat-data-tclass : | | Internal classes |
|
F | | |
| fuse-args-tclass : | | Internal classes |
| fuse-ctx-tclass : | | Internal classes |
| fuse-data-tclass : | | Internal classes |
| fuse-file-info-tclass : | | Internal classes |
| fuse-ops-tclass : | | Internal classes |
| fuse-session-ops-tclass : | | Internal classes |
| fuse-session-tclass : | | Internal classes |
|
P | | |
| Package, cl-fuse : | | The cl-fuse package |
|
S | | |
| stat-data-tclass : | | Internal classes |
| System, cl-fuse : | | The cl-fuse system |
|