Home
last modified time | relevance | path

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

/drivers/staging/exfat/
Dexfat_cache.c95 bp->hash_prev = hp; in FAT_cache_insert_hash()
96 hp->hash_next->hash_prev = bp; in FAT_cache_insert_hash()
102 (bp->hash_prev)->hash_next = bp->hash_next; in FAT_cache_remove_hash()
103 (bp->hash_next)->hash_prev = bp->hash_prev; in FAT_cache_remove_hash()
120 bp->hash_prev = hp; in buf_cache_insert_hash()
121 hp->hash_next->hash_prev = bp; in buf_cache_insert_hash()
127 (bp->hash_prev)->hash_next = bp->hash_next; in buf_cache_remove_hash()
128 (bp->hash_next)->hash_prev = bp->hash_prev; in buf_cache_remove_hash()
172 p_fs->FAT_cache_hash_list[i].hash_prev = in buf_init()
184 p_fs->buf_cache_hash_list[i].hash_prev = in buf_init()
Dexfat.h532 struct buf_cache_t *hash_prev; member