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

/fs/ext4/
H A Dnamei.c2549 * since we don't have to contend on the global s_orphan_lock.
2572 mutex_lock(&sbi->s_orphan_lock);
2585 mutex_unlock(&sbi->s_orphan_lock);
2598 mutex_lock(&sbi->s_orphan_lock);
2600 mutex_unlock(&sbi->s_orphan_lock);
2629 /* Do this quick check before taking global s_orphan_lock. */
2634 /* Grab inode buffer early before taking global s_orphan_lock */
2638 mutex_lock(&sbi->s_orphan_lock);
2649 mutex_unlock(&sbi->s_orphan_lock);
2659 mutex_unlock(&sbi->s_orphan_lock);
[all...]
H A Dext4.h1236 struct mutex s_orphan_lock; member in struct:ext4_sb_info
H A Dsuper.c3941 mutex_init(&sbi->s_orphan_lock);
/fs/ext3/
H A Dnamei.c1973 mutex_lock(&EXT3_SB(sb)->s_orphan_lock);
1982 * here (on s_orphan_lock), so race with ext3_link() which might bump
2025 mutex_unlock(&EXT3_SB(sb)->s_orphan_lock);
2043 mutex_lock(&EXT3_SB(inode->i_sb)->s_orphan_lock);
2095 mutex_unlock(&EXT3_SB(inode->i_sb)->s_orphan_lock);
H A Dext3.h669 struct mutex s_orphan_lock; member in struct:ext3_sb_info
H A Dsuper.c2007 mutex_init(&sbi->s_orphan_lock);

Completed in 78 milliseconds