Home
last modified time | relevance | path

Searched refs:i_prealloc_lock (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/ext4/
Dmballoc.c3699 pa->pa_obj_lock = &ei->i_prealloc_lock; in ext4_mb_new_inode_pa()
4010 spin_lock(&ei->i_prealloc_lock); in ext4_discard_preallocations()
4014 BUG_ON(pa->pa_obj_lock != &ei->i_prealloc_lock); in ext4_discard_preallocations()
4020 spin_unlock(&ei->i_prealloc_lock); in ext4_discard_preallocations()
4038 spin_unlock(&ei->i_prealloc_lock); in ext4_discard_preallocations()
4055 spin_unlock(&ei->i_prealloc_lock); in ext4_discard_preallocations()
Dext4.h1012 spinlock_t i_prealloc_lock; member
Dsuper.c1032 spin_lock_init(&ei->i_prealloc_lock); in ext4_alloc_inode()