Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_sb.h107 xfs_ino_t sb_rootino; /* root inode number */ member
178 __be64 sb_rootino; /* root inode number */ member
Dxfs_mount.c75 { offsetof(xfs_sb_t, sb_rootino), 0 },
579 to->sb_rootino = be64_to_cpu(from->sb_rootino); in xfs_sb_from_disk()
1337 error = xfs_iget(mp, NULL, sbp->sb_rootino, 0, XFS_ILOCK_EXCL, &rip); in xfs_mountfs()