Searched refs:sbi (Results 1 – 4 of 4) sorted by relevance
/arch/microblaze/kernel/ |
D | hw_exception_handler.S | 486 sbi r6, r0, TOPHYS(ex_reg_op); 496 sbi r5, r0, TOPHYS(ex_tmp_data_loc_0); 498 sbi r5, r0, TOPHYS(ex_tmp_data_loc_1); 500 sbi r5, r0, TOPHYS(ex_tmp_data_loc_2); 502 sbi r5, r0, TOPHYS(ex_tmp_data_loc_3); 510 sbi r5, r0, TOPHYS(ex_tmp_data_loc_0); 512 sbi r5, r0, TOPHYS(ex_tmp_data_loc_1); 545 sbi r4, r3, 0; 547 sbi r4, r3, 1; 549 sbi r4, r3, 2; [all …]
|
/arch/s390/hypfs/ |
D | inode.c | 274 struct hypfs_sb_info *sbi; in hypfs_fill_super() local 276 sbi = kzalloc(sizeof(struct hypfs_sb_info), GFP_KERNEL); in hypfs_fill_super() 277 if (!sbi) in hypfs_fill_super() 279 mutex_init(&sbi->lock); in hypfs_fill_super() 280 sbi->uid = current_uid(); in hypfs_fill_super() 281 sbi->gid = current_gid(); in hypfs_fill_super() 282 sb->s_fs_info = sbi; in hypfs_fill_super() 306 sbi->update_file = update_file; in hypfs_fill_super()
|
/arch/microblaze/lib/ |
D | fastcopy.S | 59 sbi r11, r5, 0 /* *d = h */ 340 sbi r9, r5, 0 /* *d = t1 */ 383 sbi r11, r5, 0 /* *d = h */ 657 sbi r9, r5, 0 /* *d = t1 */
|
/arch/powerpc/platforms/cell/spufs/ |
D | inode.c | 610 struct spufs_sb_info *sbi = spufs_get_sb_info(root->d_sb); in spufs_show_options() local 621 if (sbi->debug) in spufs_show_options()
|