Searched defs:sb (Results 1 - 10 of 10) sorted by relevance

/arch/mips/boot/compressed/
H A Dcalc_vmlinuz_load_addr.c20 struct stat sb; local
28 if (stat(argv[1], &sb) == -1) {
44 vmlinux_size = (uint64_t)sb.st_size;
/arch/x86/platform/sfi/
H A Dsfi.c54 struct sfi_table_simple *sb; local
59 sb = (struct sfi_table_simple *)table;
60 cpu_num = SFI_GET_NUM_ENTRIES(sb, struct sfi_cpu_table_entry);
61 pentry = (struct sfi_cpu_table_entry *)sb->pentry;
80 struct sfi_table_simple *sb; local
88 sb = (struct sfi_table_simple *)table;
89 num = SFI_GET_NUM_ENTRIES(sb, struct sfi_apic_table_entry);
90 pentry = (struct sfi_apic_table_entry *)sb->pentry;
/arch/mn10300/boot/tools/
H A Dbuild.c74 struct stat sb; local
84 if (stat("/", &sb)) {
88 major_root = major(sb.st_dev);
89 minor_root = minor(sb.st_dev);
91 if (stat(argv[4], &sb)) {
95 major_root = major(sb.st_rdev);
96 minor_root = minor(sb.st_rdev);
146 if (fstat(fd, &sb))
148 sz = sb.st_size;
/arch/cris/boot/tools/
H A Dbuild.c115 struct stat sb; local
122 if (stat("/", &sb)) {
126 major_root = major(sb.st_dev);
127 minor_root = minor(sb.st_dev);
129 if (stat(argv[4], &sb)) {
133 major_root = major(sb.st_rdev);
134 minor_root = minor(sb.st_rdev);
248 if (fstat (id, &sb)) {
252 sz = sb.st_size;
/arch/x86/mm/
H A Dpageattr-test.c113 struct split_state sa, sb, sc; local
195 failed += print_split(&sb);
/arch/s390/hypfs/
H A Dinode.c48 static void hypfs_update_update(struct super_block *sb) argument
50 struct hypfs_sb_info *sb_info = sb->s_fs_info;
97 static struct inode *hypfs_make_inode(struct super_block *sb, umode_t mode) argument
99 struct inode *ret = new_inode(sb);
102 struct hypfs_sb_info *hypfs_info = sb->s_fs_info;
174 struct super_block *sb = file_inode(iocb->ki_filp)->i_sb; local
175 struct hypfs_sb_info *fs_info = sb->s_fs_info;
193 hypfs_delete_tree(sb->s_root);
195 rc = hypfs_vm_create_files(sb->s_root);
197 rc = hypfs_diag_create_files(sb
224 hypfs_parse_options(char *options, struct super_block *sb) argument
275 hypfs_fill_super(struct super_block *sb, void *data, int silent) argument
323 hypfs_kill_super(struct super_block *sb) argument
[all...]
/arch/x86/boot/tools/
H A Dbuild.c336 struct stat sb; local
385 if (fstat(fd, &sb))
387 sz = sb.st_size;
/arch/x86/platform/intel-mid/
H A Dsfi.c78 struct sfi_table_simple *sb; local
83 sb = (struct sfi_table_simple *)table;
85 sfi_mtimer_num = SFI_GET_NUM_ENTRIES(sb,
87 pentry = (struct sfi_timer_table_entry *) sb->pentry;
152 struct sfi_table_simple *sb; local
158 sb = (struct sfi_table_simple *)table;
160 sfi_mrtc_num = SFI_GET_NUM_ENTRIES(sb,
162 pentry = (struct sfi_rtc_table_entry *)sb->pentry;
192 struct sfi_table_simple *sb; local
198 sb
434 struct sfi_table_simple *sb; local
[all...]
/arch/powerpc/platforms/cell/spufs/
H A Dinode.c53 static struct spufs_sb_info *spufs_get_sb_info(struct super_block *sb) argument
55 return sb->s_fs_info;
59 spufs_alloc_inode(struct super_block *sb) argument
94 spufs_new_inode(struct super_block *sb, umode_t mode) argument
98 inode = new_inode(sb);
126 spufs_new_file(struct super_block *sb, struct dentry *dentry, argument
137 inode = spufs_new_inode(sb, S_IFREG | mode);
607 spufs_parse_options(struct super_block *sb, char *options, struct inode *root) argument
640 spufs_get_sb_info(sb)->debug = 1;
681 spufs_create_root(struct super_block *sb, voi argument
717 spufs_fill_super(struct super_block *sb, void *data, int silent) argument
[all...]
/arch/x86/kernel/acpi/
H A Dboot.c778 struct acpi_table_boot *sb; local
780 sb = (struct acpi_table_boot *)table;
781 if (!sb) {
786 sbf_port = sb->cmos_index; /* Save CMOS port */

Completed in 348 milliseconds