Home
last modified time | relevance | path

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

/linux-6.1.9/fs/fat/
Dinode.c416 hlist_add_head(&MSDOS_I(inode)->i_fat_hash, head); in fat_attach()
440 hlist_del_init(&MSDOS_I(inode)->i_fat_hash); in fat_detach()
459 hlist_for_each_entry(i, head, i_fat_hash) { in fat_iget()
780 INIT_HLIST_NODE(&ei->i_fat_hash); in init_once()
Dfat.h126 struct hlist_node i_fat_hash; /* hash by i_location */ member