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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fat/
H A Dfat.h111 struct hlist_node i_fat_hash; /* hash by i_location */ member in struct:msdos_inode_info
H A Dinode.c282 hlist_add_head(&MSDOS_I(inode)->i_fat_hash, head);
292 hlist_del_init(&MSDOS_I(inode)->i_fat_hash);
306 hlist_for_each_entry(i, _p, head, i_fat_hash) {
524 INIT_HLIST_NODE(&ei->i_fat_hash);

Completed in 165 milliseconds