Home
last modified time | relevance | path

Searched refs:super (Results 1 – 10 of 10) sorted by relevance

/xen/tools/libfsimage/reiserfs/
A Dfsys_reiserfs.c560 struct reiserfs_super_block super; in reiserfs_mount() local
565 (char *) &super) in reiserfs_mount()
570 super.s_journal_block * super.s_blocksize in reiserfs_mount()
577 (char *) &super)) in reiserfs_mount()
590 super.s_journal_block = 0; in reiserfs_mount()
591 super.s_version = 0; in reiserfs_mount()
599 INFO->version = super.s_version; in reiserfs_mount()
600 INFO->blocksize = super.s_blocksize; in reiserfs_mount()
623 if (super.s_journal_block != 0 && super.s_journal_dev == 0) in reiserfs_mount()
1206 struct reiserfs_super_block super; in reiserfs_embed() local
[all …]
/xen/tools/libfsimage/xfs/
A Dfsys_xfs.c456 xfs_sb_t super; in xfs_mount() local
458 if (!devread (ffi, 0, 0, sizeof(super), (char *)&super) in xfs_mount()
460 || ((le16(super.sb_versionnum) in xfs_mount()
465 xfs.bsize = le32 (super.sb_blocksize); in xfs_mount()
466 xfs.blklog = super.sb_blocklog; in xfs_mount()
468 xfs.rootino = le64 (super.sb_rootino); in xfs_mount()
469 xfs.isize = le16 (super.sb_inodesize); in xfs_mount()
470 xfs.agblocks = le32 (super.sb_agblocks); in xfs_mount()
471 xfs.dirbsize = xfs.bsize << super.sb_dirblklog; in xfs_mount()
473 xfs.inopblog = super.sb_inopblog; in xfs_mount()
[all …]
/xen/xen/arch/x86/mm/
A Dp2m-pod.c116 page_list_add_tail(page + i, &p2m->pod.super); in p2m_pod_cache_add()
119 page_list_add_tail(page, &p2m->pod.super); in p2m_pod_cache_add()
152 BUG_ON( page_list_empty(&p2m->pod.super) ); in p2m_pod_cache_get()
158 p = page_list_remove_head(&p2m->pod.super); in p2m_pod_cache_get()
171 BUG_ON( page_list_empty(&p2m->pod.super) ); in p2m_pod_cache_get()
172 p = page_list_remove_head(&p2m->pod.super); in p2m_pod_cache_get()
254 && !page_list_empty(&p2m->pod.super) ) in p2m_pod_set_cache_target()
385 while ( (page = page_list_remove_head(&p2m->pod.super)) ) in p2m_pod_empty_cache()
430 page_list_for_each_safe(q, tmp, &p2m->pod.super) in p2m_pod_offline_or_broken_hit()
436 page_list_del(q, &p2m->pod.super); in p2m_pod_offline_or_broken_hit()
[all …]
A Dp2m.c1540 ASSERT(page_list_empty(&p2m->pod.super)); in p2m_flush_table_locked()
/xen/stubdom/grub.patches/
A D40ext3_256byte_inode.diff71 /* kind of from ext2/super.c */
A D61btrfs.diff257 + /* these first four must match the super block */
263 + /* allowed to be different from the super from here on down */
292 + * the super block basically lists the main trees of the FS
310 + /* this will help find the new super based on the log root */
702 + * tree used by the super block to find all the other trees
1366 + /* the device with this id has the most recent coyp of the super */
1846 +/* lift the super block */
1861 + * Looking for a btrfs super block by magic, @fsid and @devid
1863 + * any). Return 0, if such super block was found. Otherwise,
2089 + * contains a copy of btrfs super block.
[all …]
A D60ext4.diff228 /* kind of from ext2/super.c */
/xen/tools/xl/
A DCODING_STYLE167 Xl coding style is super simple. Avoid tricky expressions.
/xen/xen/include/asm-x86/
A Dp2m.h317 struct page_list_head super, /* List of superpages */ member
/xen/tools/libxl/
A DCODING_STYLE294 Libxenlight coding style is super simple. Avoid tricky expressions.

Completed in 28 milliseconds