Home
last modified time | relevance | path

Searched refs:rootino (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/core/fs/xfs/
Dxfs.c306 core = xfs_dinode_get_core(fs, XFS_INFO(fs)->rootino); in xfs_iget_root()
313 fill_xfs_inode_pvt(fs, inode, XFS_INFO(fs)->rootino); in xfs_iget_root()
322 inode->ino = XFS_INFO(fs)->rootino; in xfs_iget_root()
358 info->rootino = be64_to_cpu(sb->sb_rootino); in xfs_new_sb_info()
402 xfs_debug("rootino 0x%llX (%llu)", info->rootino, info->rootino); in xfs_fs_init()
Dxfs.h217 xfs_ino_t rootino; /* Root inode number for the filesystem */ member