Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/exfat/
Dexfat_cache.c75 bp = p_fs->FAT_cache_lru_list.prev; in FAT_cache_get()
77 move_to_mru(bp, &p_fs->FAT_cache_lru_list); in FAT_cache_get()
138 p_fs->FAT_cache_lru_list.next = &p_fs->FAT_cache_lru_list; in buf_init()
139 p_fs->FAT_cache_lru_list.prev = &p_fs->FAT_cache_lru_list; in buf_init()
149 &p_fs->FAT_cache_lru_list); in buf_init()
451 move_to_mru(bp, &p_fs->FAT_cache_lru_list); in FAT_getblk()
472 move_to_lru(bp, &p_fs->FAT_cache_lru_list); in FAT_getblk()
495 bp = p_fs->FAT_cache_lru_list.next; in FAT_release_all()
496 while (bp != &p_fs->FAT_cache_lru_list) { in FAT_release_all()
520 bp = p_fs->FAT_cache_lru_list.next; in FAT_sync()
[all …]
Dexfat.h625 struct buf_cache_t FAT_cache_lru_list; member