Searched refs:inode_ptr (Results 1 – 5 of 5) sorted by relevance
189 struct inode *inode_ptr; in syslog_write() local193 inode_ptr = g_sysdev.sl_file.f_inode; in syslog_write()194 return inode_ptr->u.i_ops->write(&g_sysdev.sl_file, (const char *)buf, nbytes); in syslog_write()208 struct inode *inode_ptr = g_sysdev.sl_file.f_inode; in syslog_flush() local212 if (INODE_IS_MOUNTPT(inode_ptr) && inode_ptr->u.i_mops->sync) in syslog_flush()216 (void)inode_ptr->u.i_mops->sync(&g_sysdev.sl_file); in syslog_flush()239 struct inode *inode_ptr; in syslog_initialize() local279 inode_ptr = desc.node; in syslog_initialize()287 if ((!INODE_IS_DRIVER(inode_ptr) && !INODE_IS_MOUNTPT(inode_ptr))) in syslog_initialize()289 if (!INODE_IS_DRIVER(inode_ptr)) in syslog_initialize()[all …]
122 struct ext2_inode *inode_ptr; in type_ext2_inode___show() local142 inode_ptr=&type_data.u.t_ext2_inode; in type_ext2_inode___show()146 wmove (show_pad,0,40);wprintw (show_pad,"octal = %06o ",inode_ptr->i_mode); in type_ext2_inode___show()148 temp=inode_ptr->i_mode & 0x1ff; in type_ext2_inode___show()171 temp=inode_ptr->i_flags; in type_ext2_inode___show()256 if (inode_ptr->i_size <= 60) in type_ext2_inode___show()
31 file_info.inode_ptr=ptr; in init_file_info()518 return (file_info_ptr->inode_ptr->i_block [file_block]); in file_block_to_global_block()524 return (return_indirect (file_info_ptr->inode_ptr->i_block [EXT2_IND_BLOCK],file_block)); in file_block_to_global_block()530 return (return_dindirect (file_info_ptr->inode_ptr->i_block [EXT2_DIND_BLOCK],file_block)); in file_block_to_global_block()535 return (return_tindirect (file_info_ptr->inode_ptr->i_block [EXT2_TIND_BLOCK],file_block)); in file_block_to_global_block()
131 struct ext2_inode *inode_ptr; member
56 info_ptr->inode_ptr=ptr; in init_dir_info()