|
zpmod
b19981f
High-performance Zsh module for script optimization and filesystem helpers
|
Data Fields | |
| dev_t | dev |
| ino_t | ino |
| time_t | mtime |
| off_t | size |
| int | is_dir |
| char * | dir_entries |
| dev_t zp_fs_cache_entry::dev |
Definition at line 150 of file fs.c.
Referenced by zp_fs_cache_insert_dir(), and zp_fs_cache_lookup().
| char* zp_fs_cache_entry::dir_entries |
Definition at line 155 of file fs.c.
Referenced by zp_fs_cache_insert_dir().
| ino_t zp_fs_cache_entry::ino |
Definition at line 151 of file fs.c.
Referenced by zp_fs_cache_insert_dir(), and zp_fs_cache_lookup().
| int zp_fs_cache_entry::is_dir |
Definition at line 154 of file fs.c.
Referenced by zp_fs_cache_insert_dir(), and zp_fs_cache_lookup().
| time_t zp_fs_cache_entry::mtime |
Definition at line 152 of file fs.c.
Referenced by zp_fs_cache_insert_dir(), and zp_fs_cache_lookup().
| off_t zp_fs_cache_entry::size |
Definition at line 153 of file fs.c.
Referenced by zp_fs_cache_insert_dir(), and zp_fs_cache_lookup().