Home
last modified time | relevance | path

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

/linux-4.4.14/fs/fat/
Dinode.c370 hlist_add_head(&MSDOS_I(inode)->i_fat_hash, head); in fat_attach()
394 hlist_del_init(&MSDOS_I(inode)->i_fat_hash); in fat_detach()
413 hlist_for_each_entry(i, head, i_fat_hash) { in fat_iget()
670 INIT_HLIST_NODE(&ei->i_fat_hash); in init_once()
Dfat.h125 struct hlist_node i_fat_hash; /* hash by i_location */ member