Searched refs:sd_indirhash (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/ufs/ffs/
H A Dsoftdep.h1062 struct indir_hashhead *sd_indirhash; /* indir hash table */ member in struct:mount_softdeps
1108 #define indir_hashtbl um_softdep->sd_indirhash
H A Dffs_softdep.c2614 sdp->sd_indirhash = malloc(i * sizeof(struct indir_hashhead),
2618 TAILQ_INIT(&sdp->sd_indirhash[i]);
2748 free(ums->sd_indirhash, M_FREEWORK);

Completed in 187 milliseconds