Home
last modified time | relevance | path

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

/linux-4.19.296/fs/
Daio.c637 unsigned i, new_nr; in ioctx_add_table() local
662 new_nr = (table ? table->nr : 1) * 4; in ioctx_add_table()
666 new_nr, GFP_KERNEL); in ioctx_add_table()
670 table->nr = new_nr; in ioctx_add_table()