fsautoproc
Basic file transformation automation management utility
|
Index bucket structure for storing linked list head/tail pointers. More...
#include <index.h>
Data Fields | |
struct inode_s * | head |
Head of the linked list of nodes in the bucket. | |
struct inode_s * | tail |
Tail of the linked list of nodes in the bucket. |
Index bucket structure for storing linked list head/tail pointers.
struct inode_s* ibucket_s::head |
Head of the linked list of nodes in the bucket.
struct inode_s* ibucket_s::tail |
Tail of the linked list of nodes in the bucket.