Searched refs:mb_cache_entry (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/include/linux/ |
D | mbcache.h | 7 struct mb_cache_entry { struct 40 struct mb_cache_entry *mb_cache_entry_alloc(struct mb_cache *, gfp_t); argument 41 int mb_cache_entry_insert(struct mb_cache_entry *, struct block_device *, 43 void mb_cache_entry_release(struct mb_cache_entry *); 44 void mb_cache_entry_free(struct mb_cache_entry *); 45 struct mb_cache_entry *mb_cache_entry_get(struct mb_cache *, 48 struct mb_cache_entry *mb_cache_entry_find_first(struct mb_cache *cache, 51 struct mb_cache_entry *mb_cache_entry_find_next(struct mb_cache_entry *,
|
/linux-3.4.99/fs/ |
D | mbcache.c | 102 __mb_cache_entry_is_hashed(struct mb_cache_entry *ce) in __mb_cache_entry_is_hashed() 109 __mb_cache_entry_unhash(struct mb_cache_entry *ce) in __mb_cache_entry_unhash() 119 __mb_cache_entry_forget(struct mb_cache_entry *ce, gfp_t gfp_mask) in __mb_cache_entry_forget() 130 __mb_cache_entry_release_unlock(struct mb_cache_entry *ce) in __mb_cache_entry_release_unlock() 169 struct mb_cache_entry *entry, *tmp; in mb_cache_shrink_fn() 177 struct mb_cache_entry *ce = in mb_cache_shrink_fn() 179 struct mb_cache_entry, e_lru_list); in mb_cache_shrink_fn() 232 sizeof(struct mb_cache_entry), 0, in mb_cache_create() 275 struct mb_cache_entry *ce = in mb_cache_shrink() 276 list_entry(l, struct mb_cache_entry, e_lru_list); in mb_cache_shrink() [all …]
|
/linux-3.4.99/fs/ext2/ |
D | xattr.c | 485 struct mb_cache_entry *ce; in ext2_xattr_set() 709 struct mb_cache_entry *ce; in ext2_xattr_set2() 759 struct mb_cache_entry *ce; in ext2_xattr_delete_inode() 831 struct mb_cache_entry *ce; in ext2_xattr_cache_insert() 905 struct mb_cache_entry *ce; in ext2_xattr_cache_find()
|
/linux-3.4.99/fs/ext3/ |
D | xattr.c | 94 struct mb_cache_entry **); 476 struct mb_cache_entry *ce = NULL; in ext3_xattr_release_block() 682 struct mb_cache_entry *ce = NULL; in ext3_xattr_block_set() 1137 struct mb_cache_entry *ce; in ext3_xattr_cache_insert() 1208 struct mb_cache_entry **pce) in ext3_xattr_cache_find() 1211 struct mb_cache_entry *ce; in ext3_xattr_cache_find()
|
/linux-3.4.99/fs/ext4/ |
D | xattr.c | 92 struct mb_cache_entry **); 472 struct mb_cache_entry *ce = NULL; in ext4_xattr_release_block() 696 struct mb_cache_entry *ce = NULL; in ext4_xattr_block_set() 1420 struct mb_cache_entry *ce; in ext4_xattr_cache_insert() 1491 struct mb_cache_entry **pce) in ext4_xattr_cache_find() 1494 struct mb_cache_entry *ce; in ext4_xattr_cache_find()
|