Home
last modified time | relevance | path

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

/linux-4.1.27/fs/bfs/
Dinode.c325 unsigned i, imap_len; in bfs_fill_super() local
361 imap_len = (info->si_lasti / 8) + 1; in bfs_fill_super()
362 info->si_imap = kzalloc(imap_len, GFP_KERNEL); in bfs_fill_super()