Home
last modified time | relevance | path

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

/openbmc/linux/fs/fat/
H A Dinode.c411 hlist_add_head(&MSDOS_I(inode)->i_fat_hash, head); in fat_attach()
435 hlist_del_init(&MSDOS_I(inode)->i_fat_hash); in fat_detach()
454 hlist_for_each_entry(i, head, i_fat_hash) { in fat_iget()
775 INIT_HLIST_NODE(&ei->i_fat_hash); in init_once()
H A Dfat.h126 struct hlist_node i_fat_hash; /* hash by i_location */ member