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

/openwrt/target/linux/generic/files/drivers/mtd/mtdsplit/
H A Dmtdsplit.c37 struct squashfs_super_block sb; local
41 err = mtd_read(master, offset, sizeof(sb), &retlen, (void *)&sb);
42 if (err || (retlen != sizeof(sb))) {
48 if (le32_to_cpu(sb.s_magic) != SQUASHFS_MAGIC) {
53 retlen = le64_to_cpu(sb.bytes_used);
/openwrt/target/linux/at91/files/drivers/mtd/
H A Dat91part.c41 struct squashfs_super_block *sb = (struct squashfs_super_block *) buf; local
74 master->name, (u32) sb->bytes_used);
76 at91_parts[3].size = sb->bytes_used;
/openwrt/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_vfs.c27 * >> 2.4: sb->u.generic_sbp points to the struct yaffs_dev associated with
29 * >> 2.6: sb->s_fs_info points to the struct yaffs_dev associated with this
114 /* FIXME: use sb->s_id instead ? */
115 #define yaffs_devname(sb, buf) bdevname(sb->s_bdev, buf)
121 #define yaffs_devname(sb, buf) kdevname(sb->s_dev)
208 #define Y_IGET(sb, inum) iget((sb), (inum))
213 #define Y_IGET(sb, inu
351 struct super_block *sb = lc->super; local
379 struct super_block *sb = lc->super; local
1120 yaffs_iget(struct super_block *sb, unsigned long ino) argument
1181 yaffs_get_inode(struct super_block *sb, int mode, int dev, struct yaffs_obj *obj) argument
2179 yaffs_flush_inodes(struct super_block *sb) argument
2195 yaffs_flush_super(struct super_block *sb, int do_checkpoint) argument
2211 yaffs_put_super(struct super_block *sb) argument
2259 yaffs2_nfs_get_inode(struct super_block *sb, uint64_t ino, uint32_t generation) argument
2265 yaffs2_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
2273 yaffs2_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
2284 struct super_block *sb = dentry->d_inode->i_sb; local
2442 struct super_block *sb = dentry->d_sb; local
2444 yaffs_statfs(struct super_block *sb, struct kstatfs *buf) argument
2448 yaffs_statfs(struct super_block *sb, struct statfs *buf) argument
2513 yaffs_do_sync_fs(struct super_block *sb, int request_checkpoint) argument
2547 yaffs_write_super(struct super_block *sb) argument
2567 yaffs_sync_fs(struct super_block *sb, int wait) argument
2585 yaffs_remount_fs(struct super_block *sb, int *flags, char *data) argument
2743 yaffs_internal_read_super(int yaffs_version, struct super_block *sb, void *data, int silent) argument
3033 yaffs_internal_read_super_mtd(struct super_block *sb, void *data, int silent) argument
3077 yaffs_read_super(struct super_block *sb, void *data, int silent) argument
3089 yaffs2_internal_read_super_mtd(struct super_block *sb, void *data, int silent) argument
3132 yaffs2_read_super(struct super_block *sb, void *data, int silent) argument
[all...]
/openwrt/package/boot/uboot-mxs/
H A DMakefile65 UBOOT_IMAGE:=$(if $(IMAGE),$(IMAGE),u-boot.sb)
80 $(CP) $(PKG_BUILD_DIR)/$(UBOOT_IMAGE) $(BIN_DIR)/uboot-$(BOARD)-$(1)/uboot-$(BOARD)-$(1).sb
/openwrt/package/network/services/ead/src/
H A Dead-client.c168 struct ead_msg_salt *sb = EAD_DATA(msg, salt); local
170 salt.len = sb->len;
171 memcpy(salt.data, sb->salt, salt.len);
174 memcpy(pw_salt, sb->ext_salt, MAXSALTLEN);
178 tcp = t_getpreparam(sb->prime);
/openwrt/target/linux/mxs/image/
H A DMakefile56 $(BIN_DIR)/uboot-mxs-$(4)/uboot-mxs-$(4).sb \
66 $(BIN_DIR)/uboot-mxs-$(4)/uboot-mxs-$(4).sb \
/openwrt/scripts/config/
H A Dconfdata.c844 struct stat sb; local
928 if (stat(path, &sb) && mkdir(path, 0755)) {

Completed in 103 milliseconds