Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ext4/
Dmballoc.c4676 pa->pa_obj_lock = &ei->i_prealloc_lock; in ext4_mb_new_inode_pa()
4969 spin_lock(&ei->i_prealloc_lock); in ext4_discard_preallocations()
4973 BUG_ON(pa->pa_obj_lock != &ei->i_prealloc_lock); in ext4_discard_preallocations()
4979 spin_unlock(&ei->i_prealloc_lock); in ext4_discard_preallocations()
4998 spin_unlock(&ei->i_prealloc_lock); in ext4_discard_preallocations()
5015 spin_unlock(&ei->i_prealloc_lock); in ext4_discard_preallocations()
Dext4.h1124 spinlock_t i_prealloc_lock; member
Dsuper.c1329 spin_lock_init(&ei->i_prealloc_lock); in ext4_alloc_inode()