Home
last modified time | relevance | path

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

/fs/fat/
Dinode.c415 hlist_add_head(&MSDOS_I(inode)->i_fat_hash, head); in fat_attach()
439 hlist_del_init(&MSDOS_I(inode)->i_fat_hash); in fat_detach()
458 hlist_for_each_entry(i, head, i_fat_hash) { in fat_iget()
776 INIT_HLIST_NODE(&ei->i_fat_hash); in init_once()
Dfat.h126 struct hlist_node i_fat_hash; /* hash by i_location */ member