trim_lookup
static struct ffs_blkfree_trim_params *trim_lookup(struct ufsmount *,
(void) trim_lookup(ump, devvp, 0, 0, inum, key, NEW);
tp = trim_lookup(ump, NULL, 0, 0, 0, key, DONE);
tp = trim_lookup(ump, devvp, bno, size, inum, key, SINGLE);
tp = trim_lookup(ump, devvp, bno, size, inum, key, OLD);
ntp = trim_lookup(ump, devvp, bno, size, inum, key, REPLACE);