Searched refs:trim_lookup (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/ufs/ffs/ |
H A D | ffs_alloc.c | 2461 static struct ffs_blkfree_trim_params *trim_lookup(struct ufsmount *, 2510 trim_lookup(struct ufsmount *ump, in trim_lookup() function 2617 (void) trim_lookup(ump, devvp, 0, 0, inum, key, NEW); in ffs_blkrelease_start() 2656 tp = trim_lookup(ump, NULL, 0, 0, 0, key, DONE); in ffs_blkrelease_finish() 2720 tp = trim_lookup(ump, devvp, bno, size, inum, key, SINGLE); in ffs_blkfree() 2734 tp = trim_lookup(ump, devvp, bno, size, inum, key, OLD); in ffs_blkfree() 2767 ntp = trim_lookup(ump, devvp, bno, size, inum, key, REPLACE); in ffs_blkfree()
|