HomeSort by: relevance | last modified time | path
    Searched refs:BLOCK_INFO (Results 1 - 7 of 7) sorted by relevancy

  /src/libexec/lfs_cleanerd/
cleaner.h 69 int load_segment(struct clfs *, int, BLOCK_INFO **, int *);
72 void toss_old_blocks(struct clfs *, BLOCK_INFO **, blkcnt_t *, int *);
coalesce.c 160 BLOCK_INFO *bip = NULL, *tbip;
166 BLOCK_INFO *blkiov;
216 if (nb > INT64_MAX / sizeof(BLOCK_INFO)) {
223 bip = (BLOCK_INFO *)malloc(sizeof(BLOCK_INFO) * nb);
232 memset(bip + i, 0, sizeof(BLOCK_INFO));
lfs_cleanerd.c 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
    [all...]
  /src/sys/ufs/lfs/
lfs_syscalls.c 89 static int lfs_fastvget(struct mount *, ino_t, BLOCK_INFO *, int,
99 * time passed in the block_info and inode_info structures is used to decide
113 syscallarg(struct block_info *) blkiov;
116 BLOCK_INFO *blkiov;
134 blkiov = lfs_malloc(fs, blkcnt * sizeof(BLOCK_INFO), LFS_NB_BLKIOV);
136 blkcnt * sizeof(BLOCK_INFO))) != 0)
141 blkcnt * sizeof(BLOCK_INFO));
153 syscallarg(struct block_info *) blkiov;
156 BLOCK_INFO *blkiov;
175 blkiov = lfs_malloc(fs, blkcnt * sizeof(BLOCK_INFO), LFS_NB_BLKIOV)
    [all...]
lfs_vnops.c 1822 block_info_from_70(BLOCK_INFO *bi, const BLOCK_INFO_70 *bi70)
1834 block_info_to_70(BLOCK_INFO_70 *bi70, const BLOCK_INFO *bi)
1860 BLOCK_INFO *blkiov;
1937 blkiov = lfs_malloc(fs, blkcnt * sizeof(BLOCK_INFO), LFS_NB_BLKIOV);
1981 blkiov = lfs_malloc(fs, blkcnt * sizeof(BLOCK_INFO), LFS_NB_BLKIOV);
1983 blkcnt * sizeof(BLOCK_INFO))) != 0) {
1997 blkcnt * sizeof(BLOCK_INFO));
lfs.h 1118 /* XXX change this to BLOCK_INFO after resorting this file */
1119 struct block_info *lfs_cleaner_hint;
1127 typedef struct block_info { struct
1135 } BLOCK_INFO;
1222 BLOCK_INFO *blkiov; /* blocks to relocate */
lfs_subr.c 132 fs->lfs_resblk[i].size = LFS_MARKV_MAXBLKCNT * sizeof(BLOCK_INFO);

Completed in 51 milliseconds