Home | History | Annotate | Download | only in lfs_cleanerd

Lines Matching refs:clfs

74 struct clfs **fsp;	/* Array of extended filesystem structures */
128 handle_error(struct clfs **cfsp, int n)
141 reinit_fs(struct clfs *fs)
165 init_unmounted_fs(struct clfs *fs, char *fsname)
210 init_fs(struct clfs *fs, char *fsname)
344 reload_ifile(struct clfs *fs)
378 lfs_ientry(IFILE **ifpp, struct clfs *fs, ino_t ino, struct ubuf **bpp)
443 parse_pseg(struct clfs *fs, daddr_t daddr, BLOCK_INFO **bipp, int *bic)
669 log_segment_read(struct clfs *fs, int sn)
701 load_segment(struct clfs *fs, int sn, BLOCK_INFO **bipp, int *bic)
743 calc_cb(struct clfs *fs, int sn, struct clfs_seguse *t)
863 toss_old_blocks(struct clfs *fs, BLOCK_INFO **bipp, blkcnt_t *bic, int *sizep)
924 invalidate_segment(struct clfs *fs, int sn)
1029 check_hidden_cost(struct clfs *fs, BLOCK_INFO *bip, int bic, off_t *ifc)
1075 clean_fs(struct clfs *fs, const CLEANERINFO64 *cip)
1287 needs_cleaning(struct clfs *fs, CLEANERINFO64 *cip)
1621 fsp = (struct clfs **)malloc(sizeof(*fsp));
1622 fsp[0] = (struct clfs *)calloc(1, sizeof(**fsp));
1640 fsp = (struct clfs **)malloc(nfss * sizeof(*fsp));
1646 fsp[i] = (struct clfs *)calloc(1, sizeof(**fsp));