Home
last modified time | relevance | path

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

/linux-4.19.296/fs/fat/
Dinode.c417 struct hlist_head *d_head = sbi->dir_hashtable; in fat_attach() local
418 d_head += fat_dir_hash(MSDOS_I(inode)->i_logstart); in fat_attach()
421 hlist_add_head(&MSDOS_I(inode)->i_dir_hash, d_head); in fat_attach()