Searched refs:buf_cache_t (Results 1 – 2 of 2) sorted by relevance
18 static struct buf_cache_t *FAT_cache_find(struct super_block *sb, sector_t sec) in FAT_cache_find()21 struct buf_cache_t *bp, *hp; in FAT_cache_find()40 static void push_to_mru(struct buf_cache_t *bp, struct buf_cache_t *list) in push_to_mru()48 static void push_to_lru(struct buf_cache_t *bp, struct buf_cache_t *list) in push_to_lru()56 static void move_to_mru(struct buf_cache_t *bp, struct buf_cache_t *list) in move_to_mru()63 static void move_to_lru(struct buf_cache_t *bp, struct buf_cache_t *list) in move_to_lru()70 static struct buf_cache_t *FAT_cache_get(struct super_block *sb, sector_t sec) in FAT_cache_get()72 struct buf_cache_t *bp; in FAT_cache_get()82 struct buf_cache_t *bp) in FAT_cache_insert_hash()85 struct buf_cache_t *hp; in FAT_cache_insert_hash()[all …]
528 struct buf_cache_t { struct529 struct buf_cache_t *next; argument530 struct buf_cache_t *prev; argument531 struct buf_cache_t *hash_next; argument532 struct buf_cache_t *hash_prev; argument624 struct buf_cache_t FAT_cache_array[FAT_CACHE_SIZE];625 struct buf_cache_t FAT_cache_lru_list;626 struct buf_cache_t FAT_cache_hash_list[FAT_CACHE_HASH_SIZE];629 struct buf_cache_t buf_cache_array[BUF_CACHE_SIZE];630 struct buf_cache_t buf_cache_lru_list;[all …]