|
Linux Kernel
3.7.1
|
#include <squashfs_fs_sb.h>
Data Fields | |
| char * | name |
| int | entries |
| int | curr_blk |
| int | next_blk |
| int | num_waiters |
| int | unused |
| int | block_size |
| int | pages |
| spinlock_t | lock |
| wait_queue_head_t | wait_queue |
| struct squashfs_cache_entry * | entry |
Definition at line 28 of file squashfs_fs_sb.h.
| int block_size |
Definition at line 35 of file squashfs_fs_sb.h.
| int curr_blk |
Definition at line 31 of file squashfs_fs_sb.h.
| int entries |
Definition at line 30 of file squashfs_fs_sb.h.
Definition at line 39 of file squashfs_fs_sb.h.
| spinlock_t lock |
Definition at line 37 of file squashfs_fs_sb.h.
| char* name |
Definition at line 29 of file squashfs_fs_sb.h.
| int next_blk |
Definition at line 32 of file squashfs_fs_sb.h.
| int num_waiters |
Definition at line 33 of file squashfs_fs_sb.h.
| int pages |
Definition at line 36 of file squashfs_fs_sb.h.
Definition at line 34 of file squashfs_fs_sb.h.
| wait_queue_head_t wait_queue |
Definition at line 38 of file squashfs_fs_sb.h.
1.8.2