Searched defs:sb (Results 1 – 17 of 17) sorted by relevance
/u-boot/arch/x86/cpu/tangier/ |
A D | sdram.c | 58 struct sfi_table_simple *sb; in sfi_get_table_by_sig() local 73 struct sfi_table_simple *sb; in sfi_search_mmap() local 98 #define sfi_for_each_mentry(i, sb, mentry) \ argument 106 struct sfi_table_simple *sb; in sfi_setup_e820() local 150 struct sfi_table_simple *sb; in sfi_get_bank_size() local 173 struct sfi_table_simple *sb; in sfi_get_ram_size() local 209 struct sfi_table_simple *sb; in board_get_usable_ram_top() local
|
/u-boot/fs/ubifs/ |
A D | super.c | 62 struct inode *iget_locked(struct super_block *sb, unsigned long ino) in iget_locked() 242 struct inode *ubifs_iget(struct super_block *sb, unsigned long inum) in ubifs_iget() 443 static struct inode *ubifs_alloc_inode(struct super_block *sb) in ubifs_alloc_inode() 635 static int ubifs_sync_fs(struct super_block *sb, int wait) in ubifs_sync_fs() 1233 struct super_block *sb = c->vfs_sb; in ubifs_parse_options() local 1986 static void ubifs_put_super(struct super_block *sb) in ubifs_put_super() 2068 static int ubifs_remount_fs(struct super_block *sb, int *flags, char *data) in ubifs_remount_fs() 2244 static int ubifs_fill_super(struct super_block *sb, void *data, int silent) in ubifs_fill_super() 2342 static int sb_test(struct super_block *sb, void *data) in sb_test() 2350 static int sb_set(struct super_block *sb, void *data) in sb_set() [all …]
|
A D | gc.c | 121 struct ubifs_scan_node *sa, *sb; in data_nodes_cmp() local 165 struct ubifs_scan_node *sa, *sb; in nondata_nodes_cmp() local
|
A D | ubifs.c | 381 static int ubifs_finddir(struct super_block *sb, char *dirname, in ubifs_finddir() 468 static unsigned long ubifs_findfile(struct super_block *sb, char *filename) in ubifs_findfile()
|
A D | debug.c | 2350 struct ubifs_scan_node *sa, *sb; in dbg_check_data_nodes_order() local 2417 struct ubifs_scan_node *sa, *sb; in dbg_check_nondata_nodes_order() local
|
A D | ubifs.h | 79 static struct timespec current_fs_time(struct super_block *sb) in current_fs_time()
|
/u-boot/drivers/dfu/ |
A D | dfu_alt.c | 29 char *s, *sb; in dfu_write_by_name() local
|
/u-boot/fs/btrfs/ |
A D | disk-io.c | 142 static int btrfs_check_super(struct btrfs_super_block *sb) in btrfs_check_super() 292 struct btrfs_super_block *sb) in btrfs_read_dev_super() 809 struct btrfs_super_block *sb = fs_info->super_copy; in btrfs_setup_all_roots() local 895 int btrfs_check_fs_compatibility(struct btrfs_super_block *sb) in btrfs_check_fs_compatibility() 919 struct btrfs_super_block *sb = fs_info->super_copy; in btrfs_setup_chunk_tree_and_device_map() local
|
A D | ctree.c | 25 u16 btrfs_super_csum_size(const struct btrfs_super_block *sb) in btrfs_super_csum_size()
|
A D | volumes.c | 652 struct extent_buffer *sb; in btrfs_read_sys_array() local
|
/u-boot/drivers/w1-eeprom/ |
A D | ds2502.c | 140 u8 sb = status[page + 1]; in ds2502_indirect_page() local
|
/u-boot/fs/cramfs/ |
A D | cramfs.c | 374 struct cramfs_super *sb; in cramfs_check() local
|
/u-boot/fs/ext4/ |
A D | ext4_write.c | 34 static inline void ext4fs_sb_free_inodes_inc(struct ext2_sblock *sb) in ext4fs_sb_free_inodes_inc() 39 static inline void ext4fs_sb_free_blocks_inc(struct ext2_sblock *sb) in ext4fs_sb_free_blocks_inc()
|
A D | ext4_common.c | 57 static inline void ext4fs_sb_free_inodes_dec(struct ext2_sblock *sb) in ext4fs_sb_free_inodes_dec() 62 static inline void ext4fs_sb_free_blocks_dec(struct ext2_sblock *sb) in ext4fs_sb_free_blocks_dec() 111 uint64_t ext4fs_sb_get_free_blocks(const struct ext2_sblock *sb) in ext4fs_sb_get_free_blocks() 118 void ext4fs_sb_set_free_blocks(struct ext2_sblock *sb, uint64_t free_blocks) in ext4fs_sb_set_free_blocks()
|
/u-boot/include/ |
A D | ext4fs.h | 102 struct ext2_sblock *sb; member
|
/u-boot/lib/bzip2/ |
A D | bzlib_blocksort.c | 800 Int32 i, j, k, ss, sb; in mainSort() local
|
/u-boot/tools/env/ |
A D | fw_env.c | 1309 struct stat sb; in flash_io_write() local
|
Completed in 44 milliseconds