Home
last modified time | relevance | path

Searched refs:open_dir_lock (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/fs/hfs/
Ddir.c158 spin_lock(&HFS_I(inode)->open_dir_lock); in hfs_readdir()
160 spin_unlock(&HFS_I(inode)->open_dir_lock); in hfs_readdir()
176 spin_lock(&HFS_I(inode)->open_dir_lock); in hfs_dir_release()
178 spin_unlock(&HFS_I(inode)->open_dir_lock); in hfs_dir_release()
Dcatalog.c244 spin_lock(&HFS_I(dir)->open_dir_lock); in hfs_cat_delete()
249 spin_unlock(&HFS_I(dir)->open_dir_lock); in hfs_cat_delete()
Dhfs_fs.h72 spinlock_t open_dir_lock; member
Dinode.c191 spin_lock_init(&HFS_I(inode)->open_dir_lock); in hfs_new_inode()
323 spin_lock_init(&HFS_I(inode)->open_dir_lock); in hfs_read_inode()
/Linux-v4.19/fs/hfsplus/
Ddir.c273 spin_lock(&HFSPLUS_I(inode)->open_dir_lock); in hfsplus_readdir()
275 spin_unlock(&HFSPLUS_I(inode)->open_dir_lock); in hfsplus_readdir()
292 spin_lock(&HFSPLUS_I(inode)->open_dir_lock); in hfsplus_dir_release()
294 spin_unlock(&HFSPLUS_I(inode)->open_dir_lock); in hfsplus_dir_release()
Dcatalog.c379 spin_lock(&HFSPLUS_I(dir)->open_dir_lock); in hfsplus_delete_cat()
386 spin_unlock(&HFSPLUS_I(dir)->open_dir_lock); in hfsplus_delete_cat()
Dhfsplus_fs.h247 spinlock_t open_dir_lock; member
Dinode.c363 spin_lock_init(&hip->open_dir_lock); in hfsplus_new_inode()
Dsuper.c70 spin_lock_init(&HFSPLUS_I(inode)->open_dir_lock); in hfsplus_iget()