Home
last modified time | relevance | path

Searched refs:sb_rootino (Results 1 – 3 of 3) sorted by relevance

/fs/xfs/libxfs/
Dxfs_sb.c363 to->sb_rootino = be64_to_cpu(from->sb_rootino); in __xfs_sb_from_disk()
506 to->sb_rootino = cpu_to_be64(from->sb_rootino); in xfs_sb_to_disk()
Dxfs_format.h113 xfs_ino_t sb_rootino; /* root inode number */ member
204 __be64 sb_rootino; /* root inode number */ member
/fs/xfs/
Dxfs_mount.c860 error = xfs_iget(mp, NULL, sbp->sb_rootino, 0, XFS_ILOCK_EXCL, &rip); in xfs_mountfs()