Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/devfs/
Dutil.c153 static struct major_list block_major_list = variable
189 list = (type == DEVFS_SPECIAL_CHR) ? &char_major_list : &block_major_list; in devfs_alloc_major()
213 list = (type == DEVFS_SPECIAL_CHR) ? &char_major_list : &block_major_list; in devfs_dealloc_major()