Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext4/
H A Dmballoc.c4106 pa->pa_obj_lock = &ei->i_prealloc_lock; in ext4_mb_new_inode_pa()
4399 spin_lock(&ei->i_prealloc_lock); in ext4_discard_preallocations()
4403 BUG_ON(pa->pa_obj_lock != &ei->i_prealloc_lock); in ext4_discard_preallocations()
4409 spin_unlock(&ei->i_prealloc_lock); in ext4_discard_preallocations()
4428 spin_unlock(&ei->i_prealloc_lock); in ext4_discard_preallocations()
4445 spin_unlock(&ei->i_prealloc_lock); in ext4_discard_preallocations()
H A Dext4.h1097 spinlock_t i_prealloc_lock; member
H A Dsuper.c1300 spin_lock_init(&ei->i_prealloc_lock); in ext4_alloc_inode()