Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ffs/
H A Dffs_alloc.c2436 struct trim_blkreq { struct
2437 TAILQ_ENTRY(trim_blkreq) blkreqlist;
2448 TAILQ_HEAD(, trim_blkreq) blklist; argument
2486 struct trim_blkreq *blkelm; in ffs_blkfree_trim_task()
2682 struct trim_blkreq *blkelm; in ffs_blkfree()
2704 blkelm = malloc(sizeof(struct trim_blkreq), M_TRIM, M_WAITOK); in ffs_blkfree()