fsautoproc
Basic file transformation automation management utility
Loading...
Searching...
No Matches
ibucket_s Struct Reference

Index bucket structure for storing linked list head/tail pointers. More...

#include <index.h>

Collaboration diagram for ibucket_s:

Data Fields

struct inode_shead
 Head of the linked list of nodes in the bucket.
struct inode_stail
 Tail of the linked list of nodes in the bucket.

Detailed Description

Index bucket structure for storing linked list head/tail pointers.

Field Documentation

◆ head

struct inode_s* ibucket_s::head

Head of the linked list of nodes in the bucket.

◆ tail

struct inode_s* ibucket_s::tail

Tail of the linked list of nodes in the bucket.


The documentation for this struct was generated from the following file: