Searched refs:listxattr_lock (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/nfs/
H A Dnfs42xattr.c74 spinlock_t listxattr_lock; member in struct:nfs4_xattr_cache
315 spin_lock(&cache->listxattr_lock);
333 spin_unlock(&cache->listxattr_lock);
658 spin_lock(&cache->listxattr_lock);
676 spin_unlock(&cache->listxattr_lock);
904 if (!spin_trylock(&cache->listxattr_lock))
912 spin_unlock(&cache->listxattr_lock);
967 spin_lock_init(&cache->listxattr_lock);

Completed in 110 milliseconds