Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/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.1.27/fs/ext2/
Dxattr.c484 struct mb_cache_entry *ce; in ext2_xattr_set()
708 struct mb_cache_entry *ce; in ext2_xattr_set2()
758 struct mb_cache_entry *ce; in ext2_xattr_delete_inode()
830 struct mb_cache_entry *ce; in ext2_xattr_cache_insert()
904 struct mb_cache_entry *ce; in ext2_xattr_cache_find()
/linux-4.1.27/fs/ext3/
Dxattr.c94 struct mb_cache_entry **);
476 struct mb_cache_entry *ce = NULL; in ext3_xattr_release_block()
681 struct mb_cache_entry *ce = NULL; in ext3_xattr_block_set()
1136 struct mb_cache_entry *ce; in ext3_xattr_cache_insert()
1207 struct mb_cache_entry **pce) in ext3_xattr_cache_find()
1210 struct mb_cache_entry *ce; in ext3_xattr_cache_find()
/linux-4.1.27/fs/ext4/
Dxattr.c86 struct mb_cache_entry **);
546 struct mb_cache_entry *ce = NULL; in ext4_xattr_release_block()
782 struct mb_cache_entry *ce = NULL; in ext4_xattr_block_set()
1535 struct mb_cache_entry *ce; in ext4_xattr_cache_insert()
1606 struct mb_cache_entry **pce) in ext4_xattr_cache_find()
1609 struct mb_cache_entry *ce; in ext4_xattr_cache_find()