ringfs
 All Data Structures Files Functions Variables Enumerations Enumerator Macros Groups Pages
Functions

Functions

static bool _loc_equal (struct ringfs_loc *a, struct ringfs_loc *b)
 
static void _loc_advance_sector (struct ringfs *fs, struct ringfs_loc *loc)
 Advance a location to the beginning of the next sector. More...
 
static void _loc_advance_slot (struct ringfs *fs, struct ringfs_loc *loc)
 Advance a location to the next slot, advancing the sector too if needed. More...
 

Detailed Description

Function Documentation

static void _loc_advance_sector ( struct ringfs fs,
struct ringfs_loc *  loc 
)
static

Advance a location to the beginning of the next sector.

Definition at line 117 of file ringfs.c.

static void _loc_advance_slot ( struct ringfs fs,
struct ringfs_loc *  loc 
)
static

Advance a location to the next slot, advancing the sector too if needed.

Definition at line 126 of file ringfs.c.

static bool _loc_equal ( struct ringfs_loc *  a,
struct ringfs_loc *  b 
)
static

Definition at line 111 of file ringfs.c.