Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dmbcache.h6 struct mb_cache_entry { struct
42 struct mb_cache_entry *mb_cache_entry_alloc(struct mb_cache *, gfp_t); argument
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/
Dmbcache.c133 __spin_lock_mb_cache_entry(struct mb_cache_entry *ce) in __spin_lock_mb_cache_entry()
140 __spin_unlock_mb_cache_entry(struct mb_cache_entry *ce) in __spin_unlock_mb_cache_entry()
147 __mb_cache_entry_is_block_hashed(struct mb_cache_entry *ce) in __mb_cache_entry_is_block_hashed()
154 __mb_cache_entry_unhash_block(struct mb_cache_entry *ce) in __mb_cache_entry_unhash_block()
161 __mb_cache_entry_is_index_hashed(struct mb_cache_entry *ce) in __mb_cache_entry_is_index_hashed()
167 __mb_cache_entry_unhash_index(struct mb_cache_entry *ce) in __mb_cache_entry_unhash_index()
182 __mb_cache_entry_unhash_unlock(struct mb_cache_entry *ce) in __mb_cache_entry_unhash_unlock()
191 __mb_cache_entry_forget(struct mb_cache_entry *ce, gfp_t gfp_mask) in __mb_cache_entry_forget()
201 __mb_cache_entry_release(struct mb_cache_entry *ce) in __mb_cache_entry_release()
251 struct mb_cache_entry *entry, *tmp; in mb_cache_shrink_scan()
[all …]
/linux-4.4.14/fs/ext2/
Dxattr.c483 struct mb_cache_entry *ce; in ext2_xattr_set()
707 struct mb_cache_entry *ce; in ext2_xattr_set2()
757 struct mb_cache_entry *ce; in ext2_xattr_delete_inode()
829 struct mb_cache_entry *ce; in ext2_xattr_cache_insert()
903 struct mb_cache_entry *ce; in ext2_xattr_cache_find()
/linux-4.4.14/fs/ext4/
Dxattr.c86 struct mb_cache_entry **);
545 struct mb_cache_entry *ce = NULL; in ext4_xattr_release_block()
781 struct mb_cache_entry *ce = NULL; in ext4_xattr_block_set()
1534 struct mb_cache_entry *ce; in ext4_xattr_cache_insert()
1605 struct mb_cache_entry **pce) in ext4_xattr_cache_find()
1608 struct mb_cache_entry *ce; in ext4_xattr_cache_find()