mirror of
https://github.com/kdave/btrfs-progs
synced 2025-01-26 23:43:09 +00:00
libbtrfsutil: add API summary
Add section with brief description of all API functions so it's clear what's there and what's missing. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
96d77fcefd
commit
60541cf29e
@ -483,3 +483,24 @@ everywhere. The following checklist should help to make sure nothing is missing:
|
|||||||
* `python/module.c` add binding description entry for the new functions
|
* `python/module.c` add binding description entry for the new functions
|
||||||
* `python/tests/test_*.py` write test for the new functionality
|
* `python/tests/test_*.py` write test for the new functionality
|
||||||
* `README.md` add documentation for the new functions
|
* `README.md` add documentation for the new functions
|
||||||
|
|
||||||
|
### API summary
|
||||||
|
|
||||||
|
* filesystem
|
||||||
|
* sync
|
||||||
|
* wait for sync
|
||||||
|
* subvolume
|
||||||
|
* create
|
||||||
|
* delete
|
||||||
|
* is subvolume
|
||||||
|
* get containing subvolume id
|
||||||
|
* get path of id
|
||||||
|
* get info
|
||||||
|
* set/get default
|
||||||
|
* set/get read-only flag
|
||||||
|
* list (live and deleted)
|
||||||
|
* qgroups
|
||||||
|
* create
|
||||||
|
* inherit
|
||||||
|
* add relation
|
||||||
|
* destroy
|
||||||
|
Loading…
Reference in New Issue
Block a user