Home
last modified time | relevance | path

Searched refs:s_orphan_lock (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/fs/ext4/
Dnamei.c2873 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_add()
2886 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_add()
2899 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_add()
2901 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_add()
2939 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_del()
2950 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
2960 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
2964 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
2975 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
2980 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
Dext4.h1299 struct mutex s_orphan_lock; member
Dsuper.c4011 mutex_init(&sbi->s_orphan_lock); in ext4_fill_super()
/linux-4.1.27/fs/ext3/
Dnamei.c1973 mutex_lock(&EXT3_SB(sb)->s_orphan_lock); in ext3_orphan_add()
2025 mutex_unlock(&EXT3_SB(sb)->s_orphan_lock); in ext3_orphan_add()
2043 mutex_lock(&EXT3_SB(inode->i_sb)->s_orphan_lock); in ext3_orphan_del()
2095 mutex_unlock(&EXT3_SB(inode->i_sb)->s_orphan_lock); in ext3_orphan_del()
Dext3.h673 struct mutex s_orphan_lock; member
Dsuper.c469 mutex_destroy(&sbi->s_orphan_lock); in ext3_put_super()
2019 mutex_init(&sbi->s_orphan_lock); in ext3_fill_super()