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

/linux-master/lib/
H A Dtest_lockup.c145 static struct inode *test_inode; variable in typeref:struct:inode
539 test_inode = file_inode(test_file);
547 if (test_lock_inode && test_inode)
548 lock_rwsem_ptr = (unsigned long)&test_inode->i_rwsem;
553 if (test_lock_sb_umount && test_inode)
554 lock_rwsem_ptr = (unsigned long)&test_inode->i_sb->s_umount;

Completed in 115 milliseconds