The structure is created once per mounted FS. More...
#include <mountdata.h>
Data Fields | |
| struct vfsmount * | mount |
| unsigned int | max_block_size |
| unsigned int | max_entries |
| atomic_t | number_of_entries |
| struct proc_dir_entry * | parent |
The structure is created once per mounted FS.
Definition at line 46 of file mountdata.h.
| unsigned int mumu_mount_data::max_block_size |
Maximum block size
Definition at line 49 of file mountdata.h.
Referenced by mumufs_file_write(), mumufs_parse_opt(), and mumufs_show_options().
| unsigned int mumu_mount_data::max_entries |
Maximum number of files
Definition at line 50 of file mountdata.h.
Referenced by mumufs_parse_opt(), and mumufs_show_options().
struct vfsmount* mumu_mount_data::mount [read] |
fs mount point info
Definition at line 48 of file mountdata.h.
Referenced by mumufs_get_sb(), mumufs_init_mount_data(), and mumufs_umount_cleanup().
| atomic_t mumu_mount_data::number_of_entries |
The current number of files
Definition at line 51 of file mountdata.h.
Referenced by mumufs_init_mount_data().
struct proc_dir_entry* mumu_mount_data::parent [read] |
Need for removing entries
Definition at line 52 of file mountdata.h.
Referenced by mumufs_create_mount_info().