Home
last modified time | relevance | path

Searched refs:ffs_blkfree_trim_params (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/ufs/ffs/
H A Dffs_alloc.c2447 struct ffs_blkfree_trim_params { struct
2449 LIST_ENTRY(ffs_blkfree_trim_params) hashlist;
2461 static struct ffs_blkfree_trim_params *trim_lookup(struct ufsmount *, argument
2463 static void ffs_blkfree_sendtrim(struct ffs_blkfree_trim_params *);
2471 struct ffs_blkfree_trim_params *tp; in ffs_blkfree_trim_completed()
2485 struct ffs_blkfree_trim_params *tp; in ffs_blkfree_trim_task()
2509 static struct ffs_blkfree_trim_params *
2519 struct ffs_blkfree_trim_params *tp, *ntp; in trim_lookup()
2521 ntp = malloc(sizeof(struct ffs_blkfree_trim_params), M_TRIM, M_WAITOK); in trim_lookup()
2570 ffs_blkfree_sendtrim(struct ffs_blkfree_trim_params *tp) in ffs_blkfree_sendtrim()
[all …]
/freebsd/sys/ufs/ufs/
H A Dufsmount.h66 LIST_HEAD(trimlist_hashhead, ffs_blkfree_trim_params);