Home
last modified time | relevance | path

Searched refs:FSYS_BUF (Results 1 – 7 of 7) sorted by relevance

/tools/libfsimage/ufs/
A Dfsys_ufs.c31 #define SUPERBLOCK ((struct fs *)(FSYS_BUF + 0x2000))
32 #define INODE ((struct icommon *)(FSYS_BUF + 0x1000))
33 #define DIRENT (FSYS_BUF + 0x4000)
35 #define INDIRBLK1 ((grub_daddr32_t *)(FSYS_BUF + 0x4000)) /* 2+ indir blk */
36 #define INDIRBLK0 ((grub_daddr32_t *)(FSYS_BUF+ 0x4000 + MAXBSIZE)) /* 1st indirect blk */
/tools/libfsimage/iso9660/
A Dfsys_iso9660.c50 ((struct iso_sb_info *)(FSYS_BUF))
52 ((struct iso_inode_info *)(FSYS_BUF+sizeof(struct iso_sb_info)))
53 #define PRIMDESC ((struct iso_primary_descriptor *)(FSYS_BUF + 2048))
54 #define DIRREC ((struct iso_directory_record *)(FSYS_BUF + 4096))
55 #define RRCONT_BUF ((unsigned char *)(FSYS_BUF + 6144))
56 #define NAME_BUF ((unsigned char *)(FSYS_BUF + 8192))
/tools/libfsimage/fat/
A Dfsys_fat.c48 ( FSYS_BUF + 32256) )/* 512 bytes long */
49 #define FAT_BUF ( FSYS_BUF + 30208 ) /* 4 sector FAT buffer */
50 #define NAME_BUF ( FSYS_BUF + 29184 ) /* Filename buffer (833 bytes) */
/tools/libfsimage/common/
A Dxenfsimage_grub.h51 #define FSYS_BUF (fsig_file_buf(ffi)) macro
/tools/libfsimage/xfs/
A Dfsys_xfs.c61 #define dirbuf ((char *)FSYS_BUF)
62 #define filebuf ((char *)FSYS_BUF + 4096)
63 #define inode ((xfs_dinode_t *)((char *)FSYS_BUF + 8192))
/tools/libfsimage/reiserfs/
A Dfsys_reiserfs.c343 #define ROOT ((char *) FSYS_BUF)
355 ((struct fsys_reiser_info *) ((char *) FSYS_BUF + FSYSREISER_CACHE_SIZE))
365 #define JOURNAL_END ((__u32 *) (FSYS_BUF + FSYS_BUFLEN))
/tools/libfsimage/ext2fs/
A Dfsys_ext2fs.c289 ((struct ext2_super_block *)(FSYS_BUF))

Completed in 17 milliseconds