Home
last modified time | relevance | path

Searched refs:stash_lock (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/
Dinode.h129 spinlock_t stash_lock; member
Dstash.c636 spin_lock(&info->stash_lock); in hmdfs_init_stash_file_cache()
639 spin_unlock(&info->stash_lock); in hmdfs_init_stash_file_cache()
683 spin_lock(&info->stash_lock); in hmdfs_stash_remote_inode()
690 spin_unlock(&info->stash_lock); in hmdfs_stash_remote_inode()
2000 spin_lock(&info->stash_lock); in hmdfs_stash_del_do_cleanup()
2004 spin_unlock(&info->stash_lock); in hmdfs_stash_del_do_cleanup()
Dhmdfs_client.c266 spin_lock(&info->stash_lock); in hmdfs_remote_write_to_remote()
268 spin_unlock(&info->stash_lock); in hmdfs_remote_write_to_remote()
Dmain.c305 spin_lock_init(&gi->stash_lock); in hmdfs_alloc_inode()