clfs
void toss_old_blocks(struct clfs *, BLOCK_INFO **, blkcnt_t *, int *);
int clean_all_inodes(struct clfs *);
int fork_coalesce(struct clfs *);
#define STRUCT_LFS struct clfs
void calc_cb(struct clfs *, int, struct clfs_seguse *);
void handle_error(struct clfs **, int);
int init_fs(struct clfs *, char *);
int invalidate_segment(struct clfs *, int);
int load_segment(struct clfs *, int, BLOCK_INFO **, int *);
int reinit_fs(struct clfs *);
void reload_ifile(struct clfs *);
extern struct clfs **fsp;
struct clfs **nfsp;
nfsp = (struct clfs **)realloc(fsp,
fsp[nfss - 1] = (struct clfs *)malloc(sizeof(**fsp));
int clean_all_inodes(struct clfs *fs)
fork_coalesce(struct clfs *fs)
static void flush(struct clfs *fs, struct lfs_inode_array *liap, int *totals)
handle_error(struct clfs **cfsp, int n)
reinit_fs(struct clfs *fs)
init_fs(struct clfs *fs, char *fsname)
calc_cb(struct clfs *fs, int sn, struct clfs_seguse *t)
invalidate_segment(struct clfs *fs, int sn)
clean_fs(struct clfs *fs, const CLEANERINFO64 *cip)
needs_cleaning(struct clfs *fs, CLEANERINFO64 *cip)
struct clfs **fsp; /* Array of extended filesystem structures */
fsp = (struct clfs **)malloc(nfss * sizeof(*fsp));
fsp[i] = (struct clfs *)calloc(1, sizeof(**fsp));