ffs_blkfree_trim_params
LIST_ENTRY(ffs_blkfree_trim_params) hashlist;
static struct ffs_blkfree_trim_params *trim_lookup(struct ufsmount *,
static void ffs_blkfree_sendtrim(struct ffs_blkfree_trim_params *);
struct ffs_blkfree_trim_params *tp;
struct ffs_blkfree_trim_params *tp;
static struct ffs_blkfree_trim_params *
struct ffs_blkfree_trim_params *tp, *ntp;
ntp = malloc(sizeof(struct ffs_blkfree_trim_params), M_TRIM, M_WAITOK);
ffs_blkfree_sendtrim(struct ffs_blkfree_trim_params *tp)
struct ffs_blkfree_trim_params *tp;
struct ffs_blkfree_trim_params *tp, *ntp;
LIST_HEAD(trimlist_hashhead, ffs_blkfree_trim_params);