Home
last modified time | relevance | path

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

/openbmc/linux/fs/hfs/
H A 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()
H A Dcatalog.c252 spin_lock(&HFS_I(dir)->open_dir_lock); in hfs_cat_delete()
257 spin_unlock(&HFS_I(dir)->open_dir_lock); in hfs_cat_delete()
H A Dhfs_fs.h72 spinlock_t open_dir_lock; member
H A Dinode.c196 spin_lock_init(&HFS_I(inode)->open_dir_lock); in hfs_new_inode()
331 spin_lock_init(&HFS_I(inode)->open_dir_lock); in hfs_read_inode()
/openbmc/linux/fs/hfsplus/
H A 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()
H A Dcatalog.c395 spin_lock(&HFSPLUS_I(dir)->open_dir_lock); in hfsplus_delete_cat()
402 spin_unlock(&HFSPLUS_I(dir)->open_dir_lock); in hfsplus_delete_cat()
H A Dhfsplus_fs.h249 spinlock_t open_dir_lock; member
H A Dsuper.c71 spin_lock_init(&HFSPLUS_I(inode)->open_dir_lock); in hfsplus_iget()
H A Dinode.c399 spin_lock_init(&hip->open_dir_lock); in hfsplus_new_inode()