Searched refs:m_fixedfsid (Results 1 – 3 of 3) sorted by relevance
48 memcpy(&handle->ha_fsid, mp->m_fixedfsid, sizeof(struct xfs_fsid)); in xfs_filehandle_init()63 memcpy(&handle->ha_fsid, mp->m_fixedfsid, sizeof(struct xfs_fsid)); in xfs_fshandle_init()122 memcpy(&handle.ha_fsid, ip->i_mount->m_fixedfsid, sizeof(xfs_fsid_t)); in xfs_find_handle()
976 mp->m_fixedfsid[0] = in xfs_mountfs()979 mp->m_fixedfsid[1] = get_unaligned_be32(&sbp->sb_uuid.b[0]); in xfs_mountfs()
224 int m_fixedfsid[2]; /* unchanged for life of FS */ member