Searched refs:mb_cache_entry (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
H A Dmbcache.h6 struct mb_cache_entry { struct
42 struct mb_cache_entry *mb_cache_entry_alloc(struct mb_cache *, gfp_t);
43 int mb_cache_entry_insert(struct mb_cache_entry *, struct block_device *,
45 void mb_cache_entry_release(struct mb_cache_entry *);
46 void mb_cache_entry_free(struct mb_cache_entry *);
47 struct mb_cache_entry *mb_cache_entry_get(struct mb_cache *,
50 struct mb_cache_entry *mb_cache_entry_find_first(struct mb_cache *cache,
53 struct mb_cache_entry *mb_cache_entry_find_next(struct mb_cache_entry *,
/linux-4.4.14/fs/
H A Dmbcache.c38 * Each mb_cache_entry contains a spinlock, e_entry_lock, to serialize
44 * index hash chain's lock, mb_cache_bg_lock (used to implement mb_cache_entry's
53 * mb_cache_entry within the chain, it needs to lock the mb_cache_entry to
58 * mb_cache_entry, an mb_cache_entry is only freed when it is not on a
60 * and e_queued are 0's. When an mb_cache_entry is explicitly freed it is
133 __spin_lock_mb_cache_entry(struct mb_cache_entry *ce) __spin_lock_mb_cache_entry()
140 __spin_unlock_mb_cache_entry(struct mb_cache_entry *ce) __spin_unlock_mb_cache_entry()
147 __mb_cache_entry_is_block_hashed(struct mb_cache_entry *ce) __mb_cache_entry_is_block_hashed()
154 __mb_cache_entry_unhash_block(struct mb_cache_entry *ce) __mb_cache_entry_unhash_block()
161 __mb_cache_entry_is_index_hashed(struct mb_cache_entry *ce) __mb_cache_entry_is_index_hashed()
167 __mb_cache_entry_unhash_index(struct mb_cache_entry *ce) __mb_cache_entry_unhash_index()
182 __mb_cache_entry_unhash_unlock(struct mb_cache_entry *ce) __mb_cache_entry_unhash_unlock()
191 __mb_cache_entry_forget(struct mb_cache_entry *ce, gfp_t gfp_mask) __mb_cache_entry_forget()
201 __mb_cache_entry_release(struct mb_cache_entry *ce) __mb_cache_entry_release()
251 struct mb_cache_entry *entry, *tmp; mb_cache_shrink_scan()
259 struct mb_cache_entry *ce = mb_cache_shrink_scan()
261 struct mb_cache_entry, e_lru_list); mb_cache_shrink_scan()
358 sizeof(struct mb_cache_entry), 0, mb_cache_create()
400 struct mb_cache_entry *ce, *tmp; mb_cache_shrink()
406 ce = list_entry(l, struct mb_cache_entry, e_lru_list); mb_cache_shrink()
455 struct mb_cache_entry *ce, *tmp; mb_cache_destroy()
501 struct mb_cache_entry * mb_cache_entry_alloc()
504 struct mb_cache_entry *ce; mb_cache_entry_alloc()
513 ce = list_entry(l, struct mb_cache_entry, e_lru_list); mb_cache_entry_alloc()
579 mb_cache_entry_insert(struct mb_cache_entry *ce, struct block_device *bdev, mb_cache_entry_insert()
587 struct mb_cache_entry *lce; mb_cache_entry_insert()
627 mb_cache_entry_release(struct mb_cache_entry *ce) mb_cache_entry_release()
638 mb_cache_entry_free(struct mb_cache_entry *ce) mb_cache_entry_free()
660 struct mb_cache_entry * mb_cache_entry_get()
666 struct mb_cache_entry *ce; mb_cache_entry_get()
718 static struct mb_cache_entry * __mb_cache_entry_find()
725 struct mb_cache_entry *ce = __mb_cache_entry_find()
726 hlist_bl_entry(l, struct mb_cache_entry, __mb_cache_entry_find()
785 struct mb_cache_entry * mb_cache_entry_find_first()
791 struct mb_cache_entry *ce = NULL; mb_cache_entry_find_first()
823 struct mb_cache_entry * mb_cache_entry_find_next()
824 mb_cache_entry_find_next(struct mb_cache_entry *prev, mb_cache_entry_find_next()
830 struct mb_cache_entry *ce; mb_cache_entry_find_next()
/linux-4.4.14/fs/ext2/
H A Dxattr.c483 struct mb_cache_entry *ce; ext2_xattr_set()
707 struct mb_cache_entry *ce; ext2_xattr_set2()
757 struct mb_cache_entry *ce; ext2_xattr_delete_inode()
829 struct mb_cache_entry *ce; ext2_xattr_cache_insert()
903 struct mb_cache_entry *ce; ext2_xattr_cache_find()
/linux-4.4.14/fs/ext4/
H A Dxattr.c86 struct mb_cache_entry **);
545 struct mb_cache_entry *ce = NULL; ext4_xattr_release_block()
781 struct mb_cache_entry *ce = NULL; ext4_xattr_block_set()
1534 struct mb_cache_entry *ce; ext4_xattr_cache_insert()
1605 struct mb_cache_entry **pce) ext4_xattr_cache_find()
1608 struct mb_cache_entry *ce; ext4_xattr_cache_find()

Completed in 210 milliseconds