Home
last modified time | relevance | path

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

/fs/ext4/
Dnamei.c2775 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_add()
2788 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_add()
2801 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_add()
2803 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_add()
2841 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_del()
2852 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
2862 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
2866 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
2877 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
2882 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
Dext4.h1266 struct mutex s_orphan_lock; member
Dsuper.c3976 mutex_init(&sbi->s_orphan_lock); in ext4_fill_super()
/fs/ext3/
Dnamei.c1938 mutex_lock(&EXT3_SB(sb)->s_orphan_lock); in ext3_orphan_add()
1990 mutex_unlock(&EXT3_SB(sb)->s_orphan_lock); in ext3_orphan_add()
2008 mutex_lock(&EXT3_SB(inode->i_sb)->s_orphan_lock); in ext3_orphan_del()
2060 mutex_unlock(&EXT3_SB(inode->i_sb)->s_orphan_lock); in ext3_orphan_del()
Dext3.h667 struct mutex s_orphan_lock; member
Dsuper.c1960 mutex_init(&sbi->s_orphan_lock); in ext3_fill_super()