Home
last modified time | relevance | path

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

/linux/fs/udf/
H A Dudf_i.h55 spinlock_t i_extent_cache_lock; member
H A Dinode.c85 spin_lock(&iinfo->i_extent_cache_lock); in udf_clear_extent_cache()
87 spin_unlock(&iinfo->i_extent_cache_lock); in udf_clear_extent_cache()
97 spin_lock(&iinfo->i_extent_cache_lock); in udf_read_extent_cache()
108 spin_unlock(&iinfo->i_extent_cache_lock); in udf_read_extent_cache()
118 spin_lock(&iinfo->i_extent_cache_lock); in udf_update_extent_cache()
133 spin_unlock(&iinfo->i_extent_cache_lock); in udf_update_extent_cache()
H A Dsuper.c167 spin_lock_init(&ei->i_extent_cache_lock); in udf_alloc_inode()