Home | History | Annotate | Download | only in lfs_cleanerd

Lines Matching refs:BLOCK_INFO

415 check_test_pattern(BLOCK_INFO *bip)
443 parse_pseg(struct clfs *fs, daddr_t daddr, BLOCK_INFO **bipp, int *bic)
447 BLOCK_INFO *bip, *nbip;
540 nbip = (BLOCK_INFO *)realloc(bip, *bic *
623 nbip = (BLOCK_INFO *)realloc(bip, (*bic + lfs_fi_getnblocks(fs, fip)) *
697 * Read a segment to populate the BLOCK_INFO structures.
701 load_segment(struct clfs *fs, int sn, BLOCK_INFO **bipp, int *bic)
807 * Comparator for BLOCK_INFO structures. Anything not in one of the segments
815 const BLOCK_INFO *a, *b;
817 a = (const BLOCK_INFO *)va;
818 b = (const BLOCK_INFO *)vb;
863 toss_old_blocks(struct clfs *fs, BLOCK_INFO **bipp, blkcnt_t *bic, int *sizep)
867 BLOCK_INFO *bip = *bipp;
869 BLOCK_INFO *blkiov;
891 heapsort(bip, *bic, sizeof(BLOCK_INFO), bi_comparator);
903 heapsort(bip, *bic, sizeof(BLOCK_INFO), bi_comparator);
926 BLOCK_INFO *bip;
932 BLOCK_INFO *blkiov;
979 * Check to see if the given ino/lbn pair is represented in the BLOCK_INFO
982 * previous requests in a separate "extra" BLOCK_INFO array. Returns 1
986 check_or_add(ino_t ino, daddr_t lbn, BLOCK_INFO *bip, int bic, BLOCK_INFO **ebipp, int *ebicp)
988 BLOCK_INFO *t, *ebip = *ebipp;
1008 t = realloc(ebip, ebic * sizeof(BLOCK_INFO));
1029 check_hidden_cost(struct clfs *fs, BLOCK_INFO *bip, int bic, off_t *ifc)
1035 BLOCK_INFO *ebip;
1082 static BLOCK_INFO *bip;
1084 BLOCK_INFO *blkiov;
1088 BLOCK_INFO *mbip;
1617 BLOCK_INFO *bip = NULL;