Home
last modified time | relevance | path

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

/Linux-v4.19/fs/udf/
Dudf_i.h54 spinlock_t i_extent_cache_lock; member
Dinode.c79 spin_lock(&iinfo->i_extent_cache_lock); in udf_clear_extent_cache()
81 spin_unlock(&iinfo->i_extent_cache_lock); in udf_clear_extent_cache()
91 spin_lock(&iinfo->i_extent_cache_lock); in udf_read_extent_cache()
102 spin_unlock(&iinfo->i_extent_cache_lock); in udf_read_extent_cache()
112 spin_lock(&iinfo->i_extent_cache_lock); in udf_update_extent_cache()
127 spin_unlock(&iinfo->i_extent_cache_lock); in udf_update_extent_cache()
Dsuper.c159 spin_lock_init(&ei->i_extent_cache_lock); in udf_alloc_inode()