Home
last modified time | relevance | path

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

/kernel/liteos_a/fs/vfs/operation/
Dvfs_other.c139 spin_lock_irqsave(&curr->files->workdir_lock, lock_flags); in SetWorkDir()
142 spin_unlock_irqrestore(&curr->files->workdir_lock, lock_flags); in SetWorkDir()
235 spin_lock_irqsave(&curr->files->workdir_lock, lock_flags); in getcwd()
239 spin_unlock_irqrestore(&curr->files->workdir_lock, lock_flags); in getcwd()
245 spin_unlock_irqrestore(&curr->files->workdir_lock, lock_flags); in getcwd()
248 spin_unlock_irqrestore(&curr->files->workdir_lock, lock_flags); in getcwd()
613 spin_lock_irqsave(&curr->files->workdir_lock, lock_flags); in ls()
615 spin_unlock_irqrestore(&curr->files->workdir_lock, lock_flags); in ls()
Dfullpath.c261 spin_lock_irqsave(&curr->files->workdir_lock, lock_flags); in vfs_normalize_path()
277 spin_unlock_irqrestore(&curr->files->workdir_lock, lock_flags); in vfs_normalize_path()
286 spin_unlock_irqrestore(&curr->files->workdir_lock, lock_flags); in vfs_normalize_path()
/kernel/liteos_a/fs/include/fs/
Dfd_table.h59 spinlock_t workdir_lock; member