Home
last modified time | relevance | path

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

/xen/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 */
/xen/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))
/xen/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) */
/xen/tools/libfsimage/common/
A Dxenfsimage_grub.h51 #define FSYS_BUF (fsig_file_buf(ffi)) macro
/xen/stubdom/grub.patches/
A D50fs_fulldisk.diff71 || ! devread (0, 0, BLOCK_SIZE, (char *) FSYS_BUF)
A D61btrfs.diff1580 + ((struct btrfs_fs_info *)((unsigned long)FSYS_BUF + \
1595 +#define LOOKUP_CACHE_BUF(id) ((char *)((unsigned long)FSYS_BUF + \
/xen/tools/libfsimage/xfs/
A Dfsys_xfs.c59 #define dirbuf ((char *)FSYS_BUF)
60 #define filebuf ((char *)FSYS_BUF + 4096)
61 #define inode ((xfs_dinode_t *)((char *)FSYS_BUF + 8192))
/xen/tools/libfsimage/reiserfs/
A Dfsys_reiserfs.c341 #define ROOT ((char *) FSYS_BUF)
353 ((struct fsys_reiser_info *) ((char *) FSYS_BUF + FSYSREISER_CACHE_SIZE))
363 #define JOURNAL_END ((__u32 *) (FSYS_BUF + FSYS_BUFLEN))
/xen/tools/libfsimage/ext2fs/
A Dfsys_ext2fs.c287 ((struct ext2_super_block *)(FSYS_BUF))

Completed in 15 milliseconds