Home
last modified time | relevance | path

Searched defs:automount_lower_s (Results 1 – 1 of 1) sorted by relevance

/third_party/NuttX/include/nuttx/fs/
Dautomount.h84 struct automount_lower_s struct
88 FAR const char *fstype; /* Type of file system */
89 FAR const char *blockdev; /* Path to the block device */
90 FAR const char *mountpoint; /* Location to mount the volume */
120 CODE int (*attach)(FAR const struct automount_lower_s *lower, argument
122 CODE void (*enable)(FAR const struct automount_lower_s *lower, argument
124 CODE bool (*inserted)(FAR const struct automount_lower_s *lower); argument