Home
last modified time | relevance | path

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

/drivers/block/aoe/
Daoe.h144 ulong falloc; /* number of allocated frames */ member
Daoeblk.c135 seq_printf(s, "falloc: %ld\n", (*t)->falloc); in aoedisk_debugfs_show()
Daoecmd.c213 if (t->falloc >= NSKBPOOLMAX*2) in newtframe()
218 t->falloc++; in newtframe()