Home
last modified time | relevance | path

Searched refs:blockgroup_lock (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/include/linux/
Dblockgroup_lock.h40 struct blockgroup_lock { struct
44 static inline void bgl_lock_init(struct blockgroup_lock *bgl) in bgl_lock_init() argument
57 bgl_lock_ptr(struct blockgroup_lock *bgl, unsigned int block_group) in bgl_lock_ptr()
/linux-4.4.14/fs/nilfs2/
Dmdt.h59 struct blockgroup_lock *mi_bgl;
/linux-4.4.14/fs/
Dmbcache.c102 static struct blockgroup_lock *mb_cache_bg_lock;
331 mb_cache_bg_lock = kmalloc(sizeof(struct blockgroup_lock), in mb_cache_create()
/linux-4.4.14/fs/ext2/
Dext2.h100 struct blockgroup_lock *s_blockgroup_lock;
Dsuper.c806 kzalloc(sizeof(struct blockgroup_lock), GFP_KERNEL); in ext2_fill_super()
/linux-4.4.14/fs/ext4/
Dext4.h1331 struct blockgroup_lock *s_blockgroup_lock;
Dsuper.c3131 kzalloc(sizeof(struct blockgroup_lock), GFP_KERNEL); in ext4_fill_super()