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.c2429 struct ffs_blkfree_trim_params { struct
2431 LIST_ENTRY(ffs_blkfree_trim_params) hashlist;
2443 static struct ffs_blkfree_trim_params *trim_lookup(struct ufsmount *, argument
2445 static void ffs_blkfree_sendtrim(struct ffs_blkfree_trim_params *);
2453 struct ffs_blkfree_trim_params *tp; in ffs_blkfree_trim_completed()
2467 struct ffs_blkfree_trim_params *tp; in ffs_blkfree_trim_task()
2491 static struct ffs_blkfree_trim_params *
2501 struct ffs_blkfree_trim_params *tp, *ntp; in trim_lookup()
2552 ffs_blkfree_sendtrim(struct ffs_blkfree_trim_params *tp) in ffs_blkfree_sendtrim()
2609 struct ffs_blkfree_trim_params *tp; in ffs_blkrelease_finish()
[all …]
/freebsd/sys/ufs/ufs/
H A Dufsmount.h66 LIST_HEAD(trimlist_hashhead, ffs_blkfree_trim_params);