Home
last modified time | relevance | path

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

/fs/ext4/
Dnamei.c2796 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_add()
2809 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_add()
2822 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_add()
2824 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_add()
2862 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_del()
2873 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
2883 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
2887 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
2898 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
2903 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
Dext4.h1290 struct mutex s_orphan_lock; member
Dsuper.c4035 mutex_init(&sbi->s_orphan_lock); in ext4_fill_super()
/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.h669 struct mutex s_orphan_lock; member
Dsuper.c2007 mutex_init(&sbi->s_orphan_lock); in ext3_fill_super()