Home
last modified time | relevance | path

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

/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.c191 spin_lock_init(&HFS_I(inode)->open_dir_lock); in hfs_new_inode()
326 spin_lock_init(&HFS_I(inode)->open_dir_lock); in hfs_read_inode()
/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.h252 spinlock_t open_dir_lock; member
H A Dinode.c394 spin_lock_init(&hip->open_dir_lock); in hfsplus_new_inode()