Home
last modified time | relevance | path

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

/linux-6.12.1/fs/fat/
Dinode.c409 hlist_add_head(&MSDOS_I(inode)->i_fat_hash, head); in fat_attach()
433 hlist_del_init(&MSDOS_I(inode)->i_fat_hash); in fat_detach()
452 hlist_for_each_entry(i, head, i_fat_hash) { in fat_iget()
778 INIT_HLIST_NODE(&ei->i_fat_hash); in init_once()
Dfat.h129 struct hlist_node i_fat_hash; /* hash by i_location */ member